← Index

Parallel Browser MCP

io.github.etairl/parallel-browser-mcp·v0.1.8·Browser Automation
Quality Score
85
/100

MCP server for parallel browser automation across multiple providers.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "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": "<your-browserbase_api_key>",
        "BROWSERBASE_PROJECT_ID": "<browserbase_project_id>",
        "ANCHOR_API_KEY": "<your-anchor_api_key>",
        "CLOUDFLARE_API_TOKEN": "<your-cloudflare_api_token>",
        "CLOUDFLARE_ACCOUNT_ID": "<cloudflare_account_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "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": "<your-browserbase_api_key>",
        "BROWSERBASE_PROJECT_ID": "<browserbase_project_id>",
        "ANCHOR_API_KEY": "<your-anchor_api_key>",
        "CLOUDFLARE_API_TOKEN": "<your-cloudflare_api_token>",
        "CLOUDFLARE_ACCOUNT_ID": "<cloudflare_account_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y parallel-browser-mcp
§02  Environment variables
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).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation