MCP.so
Sign In

mcp-browser-use: MCP server for browser-use

@vinayak-mehta

About mcp-browser-use: MCP server for browser-use

MCP server for browser-use

Basic information

Category

Browser Automation

License

Apache-2.0

Runtime

python

Transports

stdio

Publisher

vinayak-mehta

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-browser-use": {
      "command": "uvx",
      "args": [
        "mcp-browser-use"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-browser-use?

mcp-browser-use is an MCP server that connects any MCP client (such as Claude or Cursor) to the browser using the browser-use library. It is designed for users who want to control a browser through their existing MCP client without needing a separate LLM API key.

How to use mcp-browser-use?

Run the command uvx mcp-browser-use in your MCP client’s configuration. Provide the full path to uvx if your MCP client fails to start the server.

Key features of mcp-browser-use

  • Connects any MCP client to the browser via browser-use.
  • Uses the LLM already configured in your MCP client.
  • No need for a separate, paid LLM API key.
  • Easy to start with a single uvx command.

Use cases of mcp-browser-use

  • Control a browser from an AI assistant (e.g., Claude, Cursor) through MCP.
  • Automate browser-based tasks using natural language instructions.

FAQ from mcp-browser-use

What MCP clients does it work with?

It works with any MCP client, such as Claude or Cursor.

Do I need a separate LLM API key to use this server?

No. Unlike other browser-use MCPs, this server uses the LLM already set up in your MCP client.

How do I start the server?

Place the command uvx mcp-browser-use in your MCP client’s configuration. Ensure the full path to uvx is provided if the client fails to start the server.

Comments

More Browser Automation MCP servers