Back to MCP Servers
🔌

eyalzh/browser-control-mcp

MITAPI key required

📇 🏠 - An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox).

TypeScriptBrowser

Install

npx -y browser-control-mcp

Required environment variables

EXTENSION_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "eyalzh-browser-control-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "browser-control-mcp"
      ],
      "env": {
        "EXTENSION_SECRET": "<YOUR_EXTENSION_SECRET>"
      }
    }
  }
}

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