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