trackmcp
Back to directory
hadiazarabad

browser-use-mcp

View on GitHub

Browser Use

0 stars PythonOthers Updated Mar 2, 2026

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

code
pip install simple-browser-use-mcp

Running the Server

Using Python directly

bash
python /path/to/simple-browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEY

First, install uv if you haven't already:

bash
curl -LsSf https://astral.sh/uv/install.sh | sh

Then you can run the server using uvx:

bash
uvx run /path/to/simple-browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEY

Or, for development purposes, you can use:

bash
uv run /path/to/simple-browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEY

Tools

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`:

                    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

                    Run your own MCP server? See who uses it and what to fix.

                    Measure it with TrackMCP