HomeBrowser Automation & Scraping › Parallel Browser MCP

Parallel Browser MCP

MCP server for parallel browser automation across multiple providers.

TypeScript
★ 42 stars Last pushed 2026-09-10 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.14)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "parallel-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "BROWSER_MCP_CONFIG": "<YOUR_VALUE>",
        "BROWSER_MCP_CONFIG_PATH": "<YOUR_VALUE>",
        "BROWSERBASE_API_KEY": "<YOUR_VALUE>",
        "BROWSERBASE_PROJECT_ID": "<YOUR_VALUE>",
        "ANCHOR_API_KEY": "<YOUR_VALUE>",
        "CLOUDFLARE_API_TOKEN": "<YOUR_VALUE>",
        "CLOUDFLARE_ACCOUNT_ID": "<YOUR_VALUE>",
        "PLAYWRIGHT_USE_CLOAKBROWSER": "<YOUR_VALUE>"
      }
    }
  }
}
  • BROWSER_MCP_CONFIG — Inline JSON configuration for providers and defaults. See README for shape.
  • BROWSER_MCP_CONFIG_PATH — Path to a JSON file with provider configuration.
  • BROWSERBASE_API_KEY secret — Browserbase API key (required when using the browserbase provider).
  • BROWSERBASE_PROJECT_ID — Browserbase project ID (required when using the browserbase provider, unless set in config).
  • ANCHOR_API_KEY secret — Anchor Browser API key (required when using the anchor provider).
  • CLOUDFLARE_API_TOKEN secret — Cloudflare API token (required when using the cloudflare provider).
  • CLOUDFLARE_ACCOUNT_ID — Cloudflare account ID (required when using the cloudflare provider).
  • PLAYWRIGHT_USE_CLOAKBROWSER — Set to 'true' to launch the local Playwright provider via CloakBrowser (https://cloakbrowser.dev/) stealth Chromium. Requires installing the optional 'cloakbrowser' npm package.

Related servers

Data from the Official MCP Registry