Browser MCP

Control your actual browser with all logged-in sessions and extensions

By BrowserMCPMIT
View Repositoryclaude mcp add browsermcp --scope user -- npx -y @browsermcp/mcp@latest

Features

Control actual browser
Logged-in sessions preserved
Extensions available
Real browser context

Use Cases

Testing with real user contextSession-based testingExtension testingProduction environment testing

Installation

NPM Package
claude mcp add browsermcp --scope user -- npx -y @browsermcp/mcp@latest

Supported Models

Claude 3.5 SonnetClaude 3 Haiku

Configuration Example

{
  "mcpServers": {
    "browsermcp": {
      "command": "add",
      "env": {
        // Add your environment variables here
      }
    }
  }
}