Skip to content
Zed

mcp cdp for Zed

io.github.dockndevai/mcp-cdp

Safe-by-default MCP that drives an Electron/Chrome app over CDP: DOM, console, network, input.

client:Zed transport:stdio runtime:npm

Install mcp cdp 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": {
    "mcp-cdp": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-cdp"
      ],
      "env": {
        "CDP_PORT": "<CDP_PORT>",
        "CDP_HOST": "<CDP_HOST>",
        "CDP_MODE": "<CDP_MODE>",
        "CDP_ALLOW_EVAL": "<CDP_ALLOW_EVAL>",
        "CDP_TARGET_ALLOWLIST": "<CDP_TARGET_ALLOWLIST>",
        "CDP_DRY_RUN": "<CDP_DRY_RUN>"
      }
    }
  }
}

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

mcp cdp in other clients