← Back to browse

Parallel Browser MCP

Indexed by io.github.etairl

About

MCP server for parallel browser automation across multiple providers.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBROWSER_MCP_CONFIG BROWSER_MCP_CONFIG_PATH BROWSERBASE_API_KEY BROWSERBASE_PROJECT_ID ANCHOR_API_KEY CLOUDFLARE_API_TOKEN CLOUDFLARE_ACCOUNT_ID PLAYWRIGHT_USE_CLOAKBROWSER
Claude Code
claude mcp add --env BROWSER_MCP_CONFIG= --env BROWSER_MCP_CONFIG_PATH= --env BROWSERBASE_API_KEY= --env BROWSERBASE_PROJECT_ID= --env ANCHOR_API_KEY= --env CLOUDFLARE_API_TOKEN= --env CLOUDFLARE_ACCOUNT_ID= --env PLAYWRIGHT_USE_CLOAKBROWSER= parallel-browser-mcp -- npx parallel-browser-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"parallel-browser-mcp","command":"npx","args":["parallel-browser-mcp"],"env":{"BROWSER_MCP_CONFIG":"","BROWSER_MCP_CONFIG_PATH":"","BROWSERBASE_API_KEY":"","BROWSERBASE_PROJECT_ID":"","ANCHOR_API_KEY":"","CLOUDFLARE_API_TOKEN":"","CLOUDFLARE_ACCOUNT_ID":"","PLAYWRIGHT_USE_CLOAKBROWSER":""}}'
JSON
{
  "mcpServers": {
    "parallel-browser-mcp": {
      "command": "npx",
      "args": [
        "parallel-browser-mcp"
      ],
      "env": {
        "BROWSER_MCP_CONFIG": "",
        "BROWSER_MCP_CONFIG_PATH": "",
        "BROWSERBASE_API_KEY": "",
        "BROWSERBASE_PROJECT_ID": "",
        "ANCHOR_API_KEY": "",
        "CLOUDFLARE_API_TOKEN": "",
        "CLOUDFLARE_ACCOUNT_ID": "",
        "PLAYWRIGHT_USE_CLOAKBROWSER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.