Serversio.github.etairl/parallel-browser-mcp
M

Parallel Browser MCP

io.github.etairl/parallel-browser-mcp · v0.1.8
▦ npm
v0.1.8npm npm: parallel-browser-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.etairl/parallel-browser-mcp",
  "description": "MCP server for parallel browser automation across multiple providers.",
  "title": "Parallel Browser MCP",
  "repository": {
    "url": "https://github.com/etairl/parallel-browser-mcp",
    "source": "github"
  },
  "version": "0.1.8",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "parallel-browser-mcp",
      "version": "0.1.8",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}