Developer Tools
Playwright MCP
The official Microsoft Playwright MCP server enables LLMs to interact with web pages through structured accessibility snapshots. Automate browser interactions, run end-to-end tests, navigate pages, capture screenshots, scrape content, and fill forms. Supports Chromium, Firefox, and WebKit browsers.
Stars
26.7k
Installs
520.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 26.7k · catalog
- Freshness: Updated 2026-02-04
- Used in 5 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"]
}
}
}