An unofficial Model Context Protocol server for automating browser tasks using Browser Use API. This package is not provided or endorsed by Browser Use.
Project description
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 Smithery
To install browser-use-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hadiazarabad/browser-use-mcp --client claude
The package is not published to PyPI. You'll need to clone this repository and run it directly from source.
git clone https://github.com/hadiazarabad/browser-use-mcp.git
cd browser-use-mcp
Running the Server
Using Python directly
python /path/to/browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEY
Using uvx (recommended)
First, install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | sh
Then you can run the server using uvx:
uvx run /path/to/browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEY
Or, for development purposes, you can use:
uv run /path/to/browser-use-mcp/src/server.py --api-key YOUR_BROWSER_USE_API_KEY
Tools
-
run task- Run a Browser Use automation task with instructions and wait for completion
- Input:
instructions(string): Instructions for the browser automation taskstructured_output(string, optional): JSON schema for structured outputparameters(object, optional): Additional parameters for the task
- Returns: Information about the created task including final output if wait_for_completion is True
-
get task- Get details of a Browser Use task by ID
- Input:
task_id(string): ID of the task to retrieve
- Returns: Complete task information including steps and output
-
get task status- Get the status of a Browser Use task
- Input:
task_id(string): ID of the task to check
- Returns: Current status of the task
-
stop task- Stop a running Browser Use task
- Input:
task_id(string): ID of the task to stop
- Returns: Confirmation of task being stopped
-
pause task- Pause a running Browser Use task
- Input:
task_id(string): ID of the task to pause
- Returns: Confirmation of task being paused
-
resume task- Resume a paused Browser Use task
- Input:
task_id(string): ID of the task to resume
- Returns: Confirmation of task being resumed
-
list tasks- List all Browser Use tasks
- Returns: List of all tasks with their IDs and statuses
-
check balance- Check your Browser Use account balance
- Returns: Account balance information
Prompts
browser-use-task- Run a Browser Use automation task
- Input:
instructions(string): Instructions for the browser automation taskstructured_output(string, optional): JSON schema for structured output
- Returns: Formatted task details as conversation context
Claude Desktop
Add this to your claude_desktop_config.json:
"mcpServers": {
"browser-use": {
"command": "uv",
"args": [
"run",
"/path/to/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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_browser_use_mcp-0.2.1.tar.gz.
File metadata
- Download URL: simple_browser_use_mcp-0.2.1.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2431b59db17a4d27714ca634c4221fb80579cfcee3c561c8780d046395437766
|
|
| MD5 |
ced695c2c4e04c642a82b627eb7c387c
|
|
| BLAKE2b-256 |
6d505d0706d052c0ef9e230be01b9f03fe1b900b45863aa0f4d006352bd24231
|
File details
Details for the file simple_browser_use_mcp-0.2.1-py3-none-any.whl.
File metadata
- Download URL: simple_browser_use_mcp-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b447d6e35c0c1ed490e61f701afc86520eaafa996efded5f9ee6b99fadeae255
|
|
| MD5 |
5168ea31b60dff4e25717d64fd86b986
|
|
| BLAKE2b-256 |
93cf8118d3bfcfceb096b551341c84e33ae88c20766525f3b2859c000fb0c43b
|