MCP Server
MCP
Parallel Browser MCP
MCP server for parallel browser automation across multiple providers.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "parallel-browser-mcp",
"version": "0.1.14",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Inline JSON configuration for providers and defaults. See README for shape.",
"name": "BROWSER_MCP_CONFIG"
},
{
"description": "Path to a JSON file with provider configuration.",
"name": "BROWSER_MCP_CONFIG_PATH"
},
{
"description": "Browserbase API key (required when using the browserbase provider).",
"isSecret": true,
"name": "BROWSERBASE_API_KEY"
},
{
"description": "Browserbase project ID (required when using the browserbase provider, unless set in config).",
"name": "BROWSERBASE_PROJECT_ID"
},
{
"description": "Anchor Browser API key (required when using the anchor provider).",
"isSecret": true,
"name": "ANCHOR_API_KEY"
},
{
"description": "Cloudflare API token (required when using the cloudflare provider).",
"isSecret": true,
"name": "CLOUDFLARE_API_TOKEN"
},
{
"description": "Cloudflare account ID (required when using the cloudflare provider).",
"name": "CLOUDFLARE_ACCOUNT_ID"
},
{
"description": "Set to 'true' to launch the local Playwright provider via CloakBrowser (https://cloakbrowser.dev/) stealth Chromium. Requires installing the optional 'cloakbrowser' npm package.",
"name": "PLAYWRIGHT_USE_CLOAKBROWSER"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment