Skip to content
Zed

chrome bridge for Zed

io.github.frsorrentino/chrome-bridge

Your real, logged-in Chrome as an MCP server: 60 tools, 2.75× fewer turns measured. ChromeOS too.

client:Zed transport:stdio runtime:npm

Install chrome bridge in Zed

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

{
  "context_servers": {
    "chrome-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-bridge-mcp"
      ]
    }
  }
}

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

chrome bridge in other clients