browser-use-mcp-server

by MCP-Mirror

351 downloads
Not rated
GitHub

About

An MCP server that enables AI agents to control web browsers using the browser-use library. It provides a bridge between AI assistants and browser automation, allowing agents to navigate, extract data, and perform actions on web pages.

Details

Author
MCP-Mirror
Downloads
351
Categories
Automation, AI

- Browser automation controlled by AI agents
- Dual transport: SSE and stdio protocols
- Real-time VNC streaming to watch automation
- Async task execution for browser operations

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name browser-use-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install prerequisites: uv, playwright, and mcp-proxy. Set up a .env file with OPENAI_API_KEY (and optionally CHROME_PATH and PATIENT). Install dependencies with uv sync, pip install playwright, and playwright install. Run in SSE mode with uv run server --port 8000 or in stdio mode by building the package and running browser-use-mcp-server run server --port 8000 --stdio --proxy-port 9000. Docker is also supported.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "browser-use-mcp-server": {
            "co-browser_browser-use-mcp-server": {
                "command": "uv",
                "args": [
                    "tool",
                    "install",
                    "mcp-proxy"
                ]
            }
        }
    }
}

McpServers

{
    "co-browser_browser-use-mcp-server": {
        "command": "uv",
        "args": [
            "tool",
            "install",
            "mcp-proxy"
        ]
    }
}

browser-use-mcp-server

<div align="center">

Twitter URL
PyPI version

An MCP server that enables AI agents to control web browsers using
browser-use.

</div>

Prerequisites

- uv - Fast Python package manager
- Playwright - Browser automation
- mcp-proxy - Required for stdio mode

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.