MCP Playwright
StaleDescription
Playwright Model Context Protocol server for automating browsers and APIs in Claude Desktop, Cline, Cursor IDE and other AI coding tools
Key Features
- MCP server enabling LLMs to interact with real browser environments via Playwright for web automation, scraping, and testing
- 143 real device presets for accurate emulation including iPhone, iPad, Pixel, Galaxy and desktop browsers
- Automatic browser binary installation — Chromium, Firefox, and WebKit downloaded on first use with no manual setup
- Dual transport modes: stdio for Claude Desktop integration and HTTP/SSE for VS Code and remote deployments
- JavaScript execution, screenshot capture, and test code generation within automated browser sessions
- One-click installation in VS Code and Claude Desktop via Smithery, mcp-get, or npm
Use Cases
Categories
Quick Start
Install globally with `npm install -g @executeautomation/playwright-mcp-server`. For Claude Desktop, add the server config to your MCP settings. Browsers are auto-installed on first use. Run `npx playwright-mcp-server --port 8931` for HTTP mode.