browser automation

Browser Control Mcp

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

typescript
local
browser automation
0
View on GitHub

Installation

npx -y eyalzh/browser-control-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

eyalzh/browser-control-mcp

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

GitHub: https://github.com/eyalzh/browser-control-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub