From playwright-autopilot
Runs locally as a Playwright Autopilot MCP server for browser automation, end-to-end testing, and autonomous web interactions via Node.js.
npx claudepluginhub kaizen-yutani/playwright-autopilot --plugin playwright-autopilotAdd to your .mcp.json:
{
"mcpServers": {
"playwright-autopilot": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/mcp-server.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeShare bugs, ideas, or general feedback.