Playwright MCP
30K+ stars, official Microsoft repo. Eliminates writing Playwright code for browser automation.
Browser automation via Microsoft Playwright Uses accessibility tree (not screenshots) for web interaction: navigate, click, fill forms, scrape, screenshot. Works with Chrome, Firefox, and WebKit.
- Automate filling out repetitive web forms with saved data
- Test that your website works correctly after a new deployment
- Scrape publicly available data from websites into a spreadsheet
30K+ stars, official Microsoft repo. Eliminates writing Playwright code for browser automation. Uses accessibility tree for structured page understanding rather than pixel-based screenshots.
Web research, automated testing, form automation, scraping, UI verification. Developers and QA teams.
https://github.com/microsoft/playwright-mcp
By Microsoft
How to Get It
claude mcp add playwright
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
Trust Signals ✓ Tested
Data & Access
Community Pulse Active
Discussed on Hacker News, Reddit
- Claude Code + playwright CLI = superpowers — Reddit · 172 pts
- Charlotte: a browser MCP server built for token efficiency (30 tools, 3 detail l — Reddit · 112 pts
- CC using Playwright directly is vastly superior to Playwright MCP — Reddit · 106 pts
3 mentions across 1 sources
Reviewer notes
✓ Tested review. These are observations, not a security certification.
Excellent for browser automation. Security score 3 due to full browser control — Claude can access any authenticated session. Requires trust in the model.
Full browser access including authenticated sessions. High-risk in sensitive environments. Permissions score 1: browser can read banking, email, anything in active sessions. Microsoft maintained — good hygiene. RESTRICTED: Full browser access including authenticated sessions. Requires compensating controls (sandboxing, separate accounts, restricted profiles) before team deployment.
2026-04-02: LIMITATION: Accessibility tree snapshots can balloon context on complex pages (token-expensive). Struggles on canvas-heavy or non-semantic UIs. Requires npx playwright install for browsers.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
Excellent for browser automation. Security score 3 due to full browser control — Claude can access any authenticated session. Requires trust in the model.