Provides local Chrome browser control via DevTools Protocol for web automation, page navigation, DOM/JS interaction, and screenshots. Runs as Node.js subprocess.
From claudebinnpx claudepluginhub wunderlabs-dev/claudebin --plugin claudebinAdd to your .mcp.json:
{
"mcpServers": {
"claudebin": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node