Skip to content

Parallel Browser MCP for Zed

io.github.etairl/parallel-browser-mcp

MCP server for parallel browser automation across multiple providers.

client:Zed transport:stdio runtime:npm

Install Parallel Browser MCP 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": {
    "parallel-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parallel-browser-mcp"
      ],
      "env": {
        "BROWSER_MCP_CONFIG": "<BROWSER_MCP_CONFIG>",
        "BROWSER_MCP_CONFIG_PATH": "<BROWSER_MCP_CONFIG_PATH>",
        "BROWSERBASE_API_KEY": "<BROWSERBASE_API_KEY>",
        "BROWSERBASE_PROJECT_ID": "<BROWSERBASE_PROJECT_ID>",
        "ANCHOR_API_KEY": "<ANCHOR_API_KEY>",
        "CLOUDFLARE_API_TOKEN": "<CLOUDFLARE_API_TOKEN>",
        "CLOUDFLARE_ACCOUNT_ID": "<CLOUDFLARE_ACCOUNT_ID>",
        "PLAYWRIGHT_USE_CLOAKBROWSER": "<PLAYWRIGHT_USE_CLOAKBROWSER>"
      }
    }
  }
}

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

Parallel Browser MCP in other clients