weboperator for Windsurf
io.github.kazkozdev/weboperator
Hands your live Chrome tab to any MCP client — snapshot, navigate, click, type, extract.
client:Windsurf
transport:stdio
runtime:npm
Install weboperator in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs