Back to MCP Servers
Browser Control
An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox).
browser-automationbrowseraillm
By eyalzh
Installation
npx -y browser-control-mcpConfiguration
{
"mcpServers": {
"browser-control-mcp": {
"command": "npx",
"args": ["-y", "browser-control-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes