Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"playwright-autopilot": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/mcp-server.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub kaizen-yutani/playwright-autopilot --plugin playwright-autopilot