Playwright
Freeby MCP Community
MCP server for generating Playwright tests
v1.0.0Added Apr 12, 2026
playwrighttestingmcpcursorautomation
Playwright MCP Server
MCP server for generating Playwright tests
Installation
Reviews
Installation
Quick install
npx -y playwright-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "playwright-mcp-server"]
}
}
}