Skip to content
Zed

weboperator for Zed

io.github.kazkozdev/weboperator

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

client:Zed transport:stdio runtime:npm

Install weboperator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

weboperator in other clients