Parallel Browser MCP
Rank #2413glama/etairl/parallel-browser-mcp
parallel-browser-mcp is an MCP server for parallel browser automation. It exposes a numeric session model over MCP so one client can create and control multiple browser sessions at the same time across multiple browser providers.
Parallel Browser MCP is a Model Context Protocol (MCP) server published by etairl. It ranks #2413 of 58,900 servers tracked on MCP Toplist, and its repository has 87 GitHub stars. Parallel Browser MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Apr 12, 2026 and most recently updated on May 5, 2026.
Ranks ahead of 56,487 of 58,900 servers on MCP Toplist.
Use Parallel Browser MCP
Add Parallel Browser MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries
etairl
Available versions (1)
| Version | Published |
|---|---|
| 0.1.8 | May 5, 2026 |
Frequently asked questions
- What is Parallel Browser MCP?
- parallel-browser-mcp is an MCP server for parallel browser automation. It exposes a numeric session model over MCP so one client can create and control multiple browser sessions at the same time across multiple browser providers.
- Who maintains Parallel Browser MCP?
- Parallel Browser MCP is maintained by etairl, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Parallel Browser MCP an official MCP server?
- Yes — Parallel Browser MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Parallel Browser MCP have?
- MCP Toplist tracks 1 version of Parallel Browser MCP, most recently published on May 5, 2026.
- Where can I find the source code for Parallel Browser MCP?
- The source code for Parallel Browser MCP is hosted at github.com/etairl/parallel-browser-mcp.