What is the Parallel Browser MCP MCP server?
MCP server for parallel browser automation across multiple providers.
How to install Parallel Browser MCP
Copy-paste configuration for popular MCP clients.
BROWSER_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_KEYsecretBrowserbase 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_KEYsecretAnchor Browser API key (required when using the anchor provider).
CLOUDFLARE_API_TOKENsecretCloudflare API token (required when using the cloudflare provider).
CLOUDFLARE_ACCOUNT_IDCloudflare account ID (required when using the cloudflare provider).
PLAYWRIGHT_USE_CLOAKBROWSERSet to 'true' to launch the local Playwright provider via CloakBrowser (https://cloakbrowser.dev/) stealth Chromium. Requires installing the optional 'cloakbrowser' npm package.
{
"mcpServers": {
"parallel-browser-mcp": {
"command": "npx",
"args": [
"-y",
"parallel-browser-mcp"
],
"env": {
"BROWSER_MCP_CONFIG": "<YOUR_BROWSER_MCP_CONFIG>",
"BROWSER_MCP_CONFIG_PATH": "<YOUR_BROWSER_MCP_CONFIG_PATH>",
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>",
"ANCHOR_API_KEY": "<YOUR_ANCHOR_API_KEY>",
"CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<YOUR_CLOUDFLARE_ACCOUNT_ID>",
"PLAYWRIGHT_USE_CLOAKBROWSER": "<YOUR_PLAYWRIGHT_USE_CLOAKBROWSER>"
}
}
}
}{
"mcpServers": {
"parallel-browser-mcp": {
"command": "npx",
"args": [
"-y",
"parallel-browser-mcp"
],
"env": {
"BROWSER_MCP_CONFIG": "<YOUR_BROWSER_MCP_CONFIG>",
"BROWSER_MCP_CONFIG_PATH": "<YOUR_BROWSER_MCP_CONFIG_PATH>",
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>",
"ANCHOR_API_KEY": "<YOUR_ANCHOR_API_KEY>",
"CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<YOUR_CLOUDFLARE_ACCOUNT_ID>",
"PLAYWRIGHT_USE_CLOAKBROWSER": "<YOUR_PLAYWRIGHT_USE_CLOAKBROWSER>"
}
}
}
}{
"mcpServers": {
"parallel-browser-mcp": {
"command": "npx",
"args": [
"-y",
"parallel-browser-mcp"
],
"env": {
"BROWSER_MCP_CONFIG": "<YOUR_BROWSER_MCP_CONFIG>",
"BROWSER_MCP_CONFIG_PATH": "<YOUR_BROWSER_MCP_CONFIG_PATH>",
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>",
"ANCHOR_API_KEY": "<YOUR_ANCHOR_API_KEY>",
"CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<YOUR_CLOUDFLARE_ACCOUNT_ID>",
"PLAYWRIGHT_USE_CLOAKBROWSER": "<YOUR_PLAYWRIGHT_USE_CLOAKBROWSER>"
}
}
}
}{
"servers": {
"parallel-browser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"parallel-browser-mcp"
],
"env": {
"BROWSER_MCP_CONFIG": "<YOUR_BROWSER_MCP_CONFIG>",
"BROWSER_MCP_CONFIG_PATH": "<YOUR_BROWSER_MCP_CONFIG_PATH>",
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>",
"ANCHOR_API_KEY": "<YOUR_ANCHOR_API_KEY>",
"CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<YOUR_CLOUDFLARE_ACCOUNT_ID>",
"PLAYWRIGHT_USE_CLOAKBROWSER": "<YOUR_PLAYWRIGHT_USE_CLOAKBROWSER>"
}
}
}
}claude mcp add parallel-browser-mcp --env BROWSER_MCP_CONFIG=<YOUR_BROWSER_MCP_CONFIG> --env BROWSER_MCP_CONFIG_PATH=<YOUR_BROWSER_MCP_CONFIG_PATH> --env BROWSERBASE_API_KEY=<YOUR_BROWSERBASE_API_KEY> --env BROWSERBASE_PROJECT_ID=<YOUR_BROWSERBASE_PROJECT_ID> --env ANCHOR_API_KEY=<YOUR_ANCHOR_API_KEY> --env CLOUDFLARE_API_TOKEN=<YOUR_CLOUDFLARE_API_TOKEN> --env CLOUDFLARE_ACCOUNT_ID=<YOUR_CLOUDFLARE_ACCOUNT_ID> --env PLAYWRIGHT_USE_CLOAKBROWSER=<YOUR_PLAYWRIGHT_USE_CLOAKBROWSER> -- npx -y parallel-browser-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.