Playwright (Official)
Freeby MCP Community
Playwright Tools for MCP
v0.0.70Added Apr 12, 2026
@playwright/mcp MCP Server
Playwright Tools for MCP
Installation
npx -y @playwright/mcp
Reviews
Installation
Quick install
npx -y @playwright/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"playwright-(official)": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
}
}
}