Skip to content
Windsurf

mcp cdp for Windsurf

io.github.dockndevai/mcp-cdp

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

client:Windsurf transport:stdio runtime:npm

Install mcp cdp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp cdp in other clients