Skip to content
Zed

browser mcp cdp for Zed

io.github.zhiqi-li/browser-mcp-cdp

Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support

client:Zed transport:stdio runtime:npm

Install browser mcp cdp in Zed

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

{
  "context_servers": {
    "browser-mcp-cdp": {
      "command": "npx",
      "args": [
        "-y",
        "browser-mcp-cdp"
      ]
    }
  }
}

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

browser mcp cdp in other clients