PluginBench
MCP Server

io.github.therealtimex/browser-use MCP Server

io.github.therealtimex/browser-use

What is the io.github.therealtimex/browser-use MCP server?

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks

How to install io.github.therealtimex/browser-use

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OPENAI_API_KEY
    required
    secret

    OpenAI API key for LLM operations

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "browser-use": {
      "command": "uvx",
      "args": [
        "realtimex-browser-use",
        "realtimex-browser-use[cli]@0.7.10",
        "--mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "browser-use": {
      "command": "uvx",
      "args": [
        "realtimex-browser-use",
        "realtimex-browser-use[cli]@0.7.10",
        "--mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "browser-use": {
      "command": "uvx",
      "args": [
        "realtimex-browser-use",
        "realtimex-browser-use[cli]@0.7.10",
        "--mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "browser-use": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "realtimex-browser-use",
        "realtimex-browser-use[cli]@0.7.10",
        "--mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add browser-use --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> -- uvx realtimex-browser-use realtimex-browser-use[cli]@0.7.10 --mcp

Related MCP servers

MCP server for generating charts using AntV. Supports various chart types through MCP tools.

MCP server to query Data Commons indicators and observations (base or custom).

View repository →