Playwright
Freeby MCP Community
MCP server for browser automation using Playwright
v1.2.1Added Apr 12, 2026
Playwright MCP Server
MCP server for browser automation using Playwright
Installation
Reviews
Installation
Quick install
npx -y @automatalabs/mcp-server-playwright
Add to claude_desktop_config.json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@automatalabs/mcp-server-playwright"]
}
}
}