Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Parallel Browser MCP

NPM · PARALLEL-BROWSER-MCP · SCANNED SEP 20

MCP server for parallel browser automation across multiple providers.

0 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 54 of 140 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency84
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to etairl/parallel-browser-mcp). View diagnostics → Pass
  • License check failed: no license is declared. See how to fix → Fail
  • Actively maintained (last published 111 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1059 tokens (~40/item across 26 items; 26 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage72
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 16% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 26 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 27 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Parallel Browser MCP server?

Parallel Browser MCP runs locally as an npm package, launched with npx -y parallel-browser-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · parallel-browser-mcp

# add to Claude Code
claude mcp add etairl-parallel-browser-mcp -- npx -y parallel-browser-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "etairl-parallel-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parallel-browser-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "etairl-parallel-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parallel-browser-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add etairl-parallel-browser-mcp -- npx -y parallel-browser-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "etairl-parallel-browser-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "parallel-browser-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add etairl-parallel-browser-mcp --command npx --arg -y --arg parallel-browser-mcp
# ~/.hermes/config.yaml
mcp_servers:
  etairl-parallel-browser-mcp:
    command: "npx"
    args: ["-y", "parallel-browser-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "etairl-parallel-browser-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "parallel-browser-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add etairl-parallel-browser-mcp -t stdio -c npx -a -y parallel-browser-mcp
// mcp.json
{
  "mcpServers": {
    "etairl-parallel-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parallel-browser-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 8 Sept 26 0
    • Security disclosure: fail → unverified functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/parallel-browser-mcp@0.1.14

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo etairl/parallel-browser-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/etairl/parallel-browser-mcp/.github/workflows/release.yml@refs/tags/v0.1.14
Rekor log index 1679640570
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:c97a3bdc91af9622b40205dc7b18043bda20a55d37519ad3bc29ac4f5917e2f896963f0cb8011b94af283acb27a9a7a741c6a835a43217ce24a07ab74

Background: How many MCP packages publish verified provenance →

Dependencies 140 packages
Packages resolved 140
Deprecated 2
Stale 38
No linked repository 14
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 26 exposed · ~1,035 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
browser_click ~36

Click an element by selector.

NameTypeReqDescription
selectorstringyes
sessionIdintegeryes
timeoutinteger

No output schema declared.

No examples provided.

browser_dom_query ~35

Query element presence, count, and state without waiting.

NameTypeReqDescription
selectorstringyes
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_drag ~46

Drag from one element to another.

NameTypeReqDescription
sessionIdintegeryes
sourceSelectorstringyes
targetSelectorstringyes
timeoutinteger

No output schema declared.

No examples provided.

browser_evaluate ~48

Run JavaScript in the page context.

NameTypeReqDescription
scriptstringyes
selectorstringMatched element passed as first arg to script.
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_fill ~43

Fill a field with text.

NameTypeReqDescription
selectorstringyes
sessionIdintegeryes
timeoutinteger
valuestringyes

No output schema declared.

No examples provided.

browser_fill_form ~29

Fill multiple form fields.

NameTypeReqDescription
fieldsarrayyes
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_generate_locator ~31

Generate locator suggestions for an element.

NameTypeReqDescription
selectorstringyes
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_get_page_structure ~72

Return a readable page structure summary.

NameTypeReqDescription
maxChildrenintegerMax children per node (default 20).
maxDepthintegerMax tree depth (default 4).
selectorstringScope to an element; omit for document body.
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_go_back ~23

Go back in browser history.

NameTypeReqDescription
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_hover ~37

Hover over an element by selector.

NameTypeReqDescription
selectorstringyes
sessionIdintegeryes
timeoutinteger

No output schema declared.

No examples provided.

browser_keyboard_press ~50

Press a keyboard key or key chord.

NameTypeReqDescription
keystringyesPlaywright key name, e.g. "Enter", "ArrowDown", "Control+A".
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_keyboard_type ~48

Type text into the active page.

NameTypeReqDescription
delayintegerMs between keystrokes. Omit for instant.
sessionIdintegeryes
textstringyes

No output schema declared.

No examples provided.

browser_mouse_click_xy ~37

Click at viewport coordinates.

NameTypeReqDescription
sessionIdintegeryes
xnumberyes
ynumberyes

No output schema declared.

No examples provided.

browser_mouse_drag ~58

Drag the mouse from one point to another.

NameTypeReqDescription
endXnumberyes
endYnumberyes
sessionIdintegeryes
startXnumberyes
startYnumberyes

No output schema declared.

No examples provided.

browser_mouse_move ~38

Move the mouse to viewport coordinates.

NameTypeReqDescription
sessionIdintegeryes
xnumberyes
ynumberyes

No output schema declared.

No examples provided.

browser_navigate ~32

Navigate the session page to a URL.

NameTypeReqDescription
sessionIdintegeryes
urlstringyes

No output schema declared.

No examples provided.

browser_screenshot ~43

Capture a screenshot of the current page.

NameTypeReqDescription
fullPagebooleanCapture full scrollable page, not just the viewport.
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_select_option ~55

Select options in a select element.

NameTypeReqDescription
selectorstringyes
sessionIdintegeryes
timeoutinteger
valuesarrayyesOption values to select; pass multiple for multi-select.

No output schema declared.

No examples provided.

browser_snapshot ~69

Return a structured page snapshot.

NameTypeReqDescription
maxChildrenintegerMax children per node (default 20).
maxDepthintegerMax tree depth (default 4).
selectorstringScope to an element; omit for document body.
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_upload_file ~39

Upload files to a file input.

NameTypeReqDescription
filePathsarrayyes
selectorstringyes
sessionIdintegeryes

No output schema declared.

No examples provided.

browser_wait_for_selector ~48

Wait for a selector to reach a state.

NameTypeReqDescription
selectorstringyes
sessionIdintegeryes
statestring
timeoutinteger

No output schema declared.

No examples provided.

browser_wait_for_timeout ~32

Wait a fixed number of milliseconds.

NameTypeReqDescription
millisecondsintegeryes
sessionIdintegeryes

No output schema declared.

No examples provided.

close_all_sessions ~15

Close all active browser sessions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

close_session ~25

Close a browser session by numeric session ID.

NameTypeReqDescription
sessionIdintegeryes

No output schema declared.

No examples provided.

get_sessions ~14

List all active browser sessions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

start_session ~32

Start a browser session using the configured provider.

NameTypeReqDescription
providerstring
sessionNamestring

No output schema declared.

No examples provided.

Common questions

What is the Parallel Browser MCP server?

Parallel Browser MCP is listed in the public MCP registry as io.github.etairl/parallel-browser-mcp. MCP server for parallel browser automation across multiple providers. This page covers its npm package (parallel-browser-mcp).

Is the Parallel Browser MCP server safe to use?

Parallel Browser MCP scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Parallel Browser MCP server expose?

Parallel Browser MCP exposes 26 tools: start_session, close_session, close_all_sessions, get_sessions, browser_navigate, and 21 more. Their descriptions and schemas cost roughly 1,035 tokens of context every time the server is loaded.

Is the Parallel Browser MCP server still maintained?

Parallel Browser MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.