[ MCP_NODE_3752 ]

browser-use-mcp-server

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

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

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "browser-use-mcp-server-en": {
            "description": "An MCP server that enables AI agents to control web browsers using browser-use.",
            "command": "browser-use-mcp-server",
            "args": [
                "run",
                "server",
                "--port",
                "8000",
                "--stdio",
                "--proxy-port",
                "9000"
            ],
            "env": {
                "OPENAI_API_KEY": "your-api-key"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.