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. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-31 · ★ 42 · #77 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Parallel Browser MCP

before you install - you'll need

Set PLAYWRIGHT_USE_CLOAKBROWSER before connecting. BROWSER_MCP_CONFIG is optional or environment-specific per the README.

Claude Code

claude mcp add etairl-parallel-browser-mcp -- npx -y parallel-browser-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "etairl-parallel-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parallel-browser-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package parallel-browser-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.etairl is GitHub-verified and matches the repo owner

03 · What Parallel Browser MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- start_session is intentionally small. Provider-specific behavior belongs in MCP configuration, not tool inputs. - The server logs to stderr so stdout stays clean for MCP JSON-RPC traffic. - Browserbase and Anchor Browser are normalized to Playwright page operations after connection, so the browser tools stay provider-agnostic.

04 · Who maintains Parallel Browser MCP

Parallel Browser MCP is maintained by etairl. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
browser automation - ranked #77 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.etairl/parallel-browser-mcp (active, first published 2026-05-05 · 4 versions)
packages
npm:parallel-browser-mcp

06 · Parallel Browser MCP FAQ

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. It runs locally over stdio via the published package.

Is Parallel Browser MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-31. We re-verify nightly.

How do I install Parallel Browser MCP?

Run `npx -y parallel-browser-mcp`. The README documents 2 environment variables (BROWSER_MCP_CONFIG, PLAYWRIGHT_USE_CLOAKBROWSER) to set first. Set PLAYWRIGHT_USE_CLOAKBROWSER before connecting. BROWSER_MCP_CONFIG is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Parallel Browser MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Parallel Browser MCP

More browser automation MCP servers · Extentos MCP Server · Lan Direct · E2e Runner · Feedthrough · Scout

More TypeScript MCP servers · Open Brand · Icon Composer MCP · Dida365 · Memex (evan-moon) · Stellavault · see all