Playwright
Freeby MCP Community
Model Context Protocol servers for Playwright
v1.0.12Added Apr 12, 2026
playwrightautomationAIClaude MCP
Playwright MCP Server
Model Context Protocol servers for Playwright
Installation
npx -y @executeautomation/playwright-mcp-server
Reviews
Installation
Quick install
npx -y @executeautomation/playwright-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}