Skip to content
Cursor

weboperator for Cursor

io.github.kazkozdev/weboperator

Hands your live Chrome tab to any MCP client — snapshot, navigate, click, type, extract.

client:Cursor transport:stdio runtime:npm

Install weboperator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "weboperator": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

weboperator in other clients