weboperator for Claude Desktop
io.github.kazkozdev/weboperator
Hands your live Chrome tab to any MCP client — snapshot, navigate, click, type, extract.
client:Claude Desktop
transport:stdio
runtime:npm
Install weboperator in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"weboperator": {
"command": "npx",
"args": [
"-y",
"weboperator-mcp"
],
"env": {
"WEBOPERATOR_BRIDGE_PORT": "<WEBOPERATOR_BRIDGE_PORT>",
"WEBOPERATOR_AGENT_SOCKET": "<WEBOPERATOR_AGENT_SOCKET>",
"WEBOPERATOR_API_TOKEN": "<WEBOPERATOR_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs