
Parallel Browser MCP
Supports UIby etairl
Parallel browser automation across multiple providers like Playwright, Browserbase, Anchor, and Cloudflare.
What it does
Parallel Browser MCP provides a unified interface for AI agents to manage and control multiple concurrent browser sessions. It abstracts different browser providers, allowing a single agent to perform parallel web tasks across diverse environments.
Tools
start_session: Initializes a new browser session with a specified provider.close_session: Terminates a specific session by ID.browser_navigate: Moves a browser session to a target URL.browser_click: Performs a click action on a page element.browser_fill: Enters text into a form field.browser_screenshot: Captures a visual snapshot of the current page.browser_evaluate: Executes custom JavaScript within the browser context.browser_get_page_structure: Retrieves the structural map of the page for better targeting.
Installation
To use this server, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"parallel-browser-mcp": {
"command": "npx",
"args": ["parallel-browser-mcp@latest"],
"env": {
"BROWSER_MCP_CONFIG": "{\"defaultProvider\":\"playwright\",\"providers\":{\"playwright\":{\"launchOptions\":{\"headless\":true}}}}",
"BROWSERBASE_API_KEY": "your_browserbase_key",
"ANCHOR_API_KEY": "your_anchor_key"
}
}
}
}
Supported hosts
Supported on clients that implement the Model Context Protocol via stdio, including Claude Desktop, Cursor, and Codex.
Quick install
npx parallel-browser-mcp@latestInformation
- Pricing
- free
- Published






