Parallel Browser MCP
MCP server for parallel browser automation across multiple providers.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}npx -y parallel-browser-mcpBROWSER_MCP_CONFIGInline JSON configuration for providers and defaults. See README for shape.
BROWSER_MCP_CONFIG_PATHPath to a JSON file with provider configuration.
BROWSERBASE_API_KEYBrowserbase API key (required when using the browserbase provider).
BROWSERBASE_PROJECT_IDBrowserbase project ID (required when using the browserbase provider, unless set in config).
ANCHOR_API_KEYAnchor Browser API key (required when using the anchor provider).
CLOUDFLARE_API_TOKENCloudflare API token (required when using the cloudflare provider).
CLOUDFLARE_ACCOUNT_IDCloudflare account ID (required when using the cloudflare provider).
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Create and control browser sessions for web automation, testing, and AI agent tasks