🔗 Official Repository
github.com/eyalzh/browser-control-mcpAlways check the official repository for the latest setup instructions and license.
What is it?
An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox). — is a Model Context Protocol (MCP) server enabling AI applications like Claude and Cursor to securely access browser automation capabilities through the open protocol.
Common Use Cases
- Connect Claude or Cursor directly to browser automation
- Automating repetitive tasks through AI agents
- Building smart workflows combining multiple tools in one pipeline
Quick Install (Claude Desktop)
{
"mcpServers": {
"browser-control-mcp": {
"command": "npx",
"args": ["-y", "eyalzh/browser-control-mcp"]
}
}
}Add to your Claude Desktop config file after installing requirements per the repo instructions.