Skip to content

Concurrent Browser

Free

by MCP Community

A concurrent browser MCP server that supports multiple parallel browser instances

v1.6.0Added Apr 12, 2026
mcpbrowserautomationplaywrightconcurrent
Works with:ClaudeGPTGeminiCopilot

Concurrent Browser MCP Server

A concurrent browser MCP server that supports multiple parallel browser instances

Installation

npx -y concurrent-browser-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y concurrent-browser-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "concurrent-browser": {
      "command": "npx",
      "args": ["-y", "concurrent-browser-mcp"]
    }
  }
}