Playwright MCP Server
Drive a real browser: click, fill, screenshot.
Official — published by the vendor of the system it connects to.
Navigate pages, fill forms, click through flows, and capture screenshots or accessibility trees. Because it returns the accessibility tree rather than raw pixels, the agent reads structure instead of guessing at a screenshot.
Install Playwright MCP Server
Paste this into your MCP client config — Claude Desktop, Claude Code, Cursor, VS Code and Windsurf all read the same shape — then restart the client.
npx @playwright/mcp@latestDetails
- Repository
- https://github.com/microsoft/playwright-mcp
- Homepage
- https://github.com/microsoft/playwright-mcp
- Category
- Web Scraping
- Stars
- 14100
- Installs per month
- 168000
- Last checked
Other Web Scraping servers
- Fetch MCP Server — Fetch a URL and convert it to clean markdown. Official (Web Scraping)
- Puppeteer MCP Server — Headless Chrome for scraping and screenshots. (Web Scraping)