browser-use-mcp
Browser Use
Documentation
Simple Browser Use MCP server
Overview
A Model Context Protocol server for automating browser tasks using Browser Use API. This server provides tools to run browser automation tasks, monitor task status, and manage running tasks.
Prerequisites
- A Browser Use API key
to get a Browser Use API key, go to Cloud Browser Use and sign up.
Installation
Installing via pip
pip install simple-browser-use-mcpRunning the Server
Using Python directly
python /path/to/simple-browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEYUsing uvx (recommended)
First, install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | shThen you can run the server using uvx:
uvx run /path/to/simple-browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEYOr, for development purposes, you can use:
uv run /path/to/simple-browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEYTools
1. `run task`
2. `get task`
3. `get task status`
4. `stop task`
5. `pause task`
6. `resume task`
7. `list tasks`
8. `check balance`
Prompts
1. `browser-use-task`
Claude Desktop
Add this to your `claude_desktop_config.json`:
"mcpServers": {
"browser-use": {
"command": "uv",
"args": [
"run",
"/path/to/simple-browser-use-mcp/src/server.py",
"--api-key",
"YOUR_BROWSER_USE_API_KEY"
]
}
}License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Frequently asked questions
What is browser-use-mcp?
browser-use-mcp is Browser Use
How do I install browser-use-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is browser-use-mcp open source?
Yes — it is hosted on GitHub at https://github.com/hadiazarabad/browser-use-mcp.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP