Skip to main content
Browser AutomationTypeScript

eyalzh/browser-control-mcp

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

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/eyalzh/browser-control-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "browser-control-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eyalzh/browser-control-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
eyalzh