Skip to content

Parallel Browser MCP for Grok

io.github.etairl/parallel-browser-mcp

MCP server for parallel browser automation across multiple providers.

client:Grok transport:stdio runtime:npm

Install Parallel Browser MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "parallel-browser-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Parallel Browser MCP in other clients