Skip to content
Zed

chrome-mcp for Zed

io.github.mehmoodqureshi/chrome-mcp

Drive your real Chrome over MCP: real logins and cookies, multi-tab automation, deny-all by default.

client:Zed transport:stdio runtime:npm

Install chrome-mcp in Zed

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

{
  "context_servers": {
    "chrome-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mehmoodqureshi/chrome-mcp"
      ]
    }
  }
}

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

chrome-mcp in other clients