Back to MCP Servers
🔌

browsermcp/mcp

Apache-2.0

📇 🏠 - Automate your local Chrome browser

TypeScriptBrowser

Install

npx -y @browsermcp/mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "browsermcp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@browsermcp/mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.