eyalzh/browser-control-mcp
An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox).
Quick Start
Clone the repository:
git clone https://github.com/eyalzh/browser-control-mcpClaude 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.