Playwright MCP
Browser automation via Microsoft Playwright — 30K+ stars. 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 Personally Tested
Data & Access
Community Pulse Active
Discussed on Hacker News, Reddit
- Must-Have MCP Servers for Coding and Beyond — Reddit · 480 pts
- Insights after one month of Claude Code Max — Reddit · 345 pts
- OpenClaw 102: Updates from my 101 on how to get the most from your OpenClaw bot — Reddit · 217 pts
23 mentions across 2 sources
Reviewer notes
Personally 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.