The browser control MCP server allows AI agents to control a user's browser through a paired extension. It exposes APIs for tab management, navigation, and DOM interaction. It connects to the browser extension and the user's browser instance. Developers use it to build AI agents that automate browser tasks, scrape data, or assist with web-based workflows.
The browser control MCP server allows AI agents to control a user's browser through a paired extension. It exposes APIs for tab management, navigation, and DOM interaction. It connects to the browser extension and the user's browser instance. Developers use it to build AI agents that automate browser tasks, scrape data, or assist with web-based workflows.
npx -y browser-control-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"eyalzh-browser-control-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y browser-control-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from browser control mcp?"
API Key Required
This server requires an API key from browser control mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BROWSER_CONTROL_MCP_API_KEY | Yes | Your browser control mcp API key |
"What resources are available in browser control mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in browser control mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in browser control mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.