Playwright MCP
🔌 MCP ServerMicrosoft's official browser automation MCP server
Microsoft's official open-source MCP server built on Playwright, letting the model navigate, click, fill forms and scrape pages via structured accessibility-tree snapshots rather than screenshots.
Install / Add
npx @playwright/mcp@latest Why we picked it
Playwright MCP sets the standard for browser automation. Instead of the old screenshot-plus-vision approach, it feeds the model a snapshot of the page's accessibility tree — structured, compact and semantically clear — so the model can click, type and navigate precisely, far more reliably than pixel-level recognition.
Officially maintained by Microsoft and built on the mature Playwright engine, it is cross-browser, stable, and runs locally with no account required. For end-to-end testing, web scraping or general automation, it is the browser MCP to reach for first.