The browser-use-mcp-server allows AI agents to control web browsers. It exposes tools to navigate, interact with pages, and extract data. It connects to Chromium-based browsers via the DevTools Protocol. Developers use it to build AI agents that automate web tasks, scrape data, or test web applications.
The browser-use-mcp-server allows AI agents to control web browsers. It exposes tools to navigate, interact with pages, and extract data. It connects to Chromium-based browsers via the DevTools Protocol. Developers use it to build AI agents that automate web tasks, scrape data, or test web applications.
pip install browser-use-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"kontext-dev-browser-use-mcp-server-github": {
"command": "uvx",
"args": [
"pip install browser-use-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from browser use?"
API Key Required
This server requires an API key from browser use. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BROWSER_USE_API_KEY | Yes | Your browser use API key |
"What resources are available in browser use?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in browser use"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in browser use 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.