Browser-Use MCP ServerServer

Saik0s
GitHub
browser automationAI integrationMCP

Loading subscription status...

💡 Description

AI-driven browser automation server that implements the Model Context Protocol (MCP) for browser control using natural language and web research. It also provides CLI access to its core features.

📝 JSON Entries

{
  "mcpServers": [
    {
      "browser-use": {
        "env": {
          "MCP_LLM_PROVIDER": "google",
          "MCP_LLM_MODEL_NAME": "gemini-2.5-flash-preview-04-17",
          "MCP_BROWSER_HEADLESS": "true",
          "MCP_LLM_GOOGLE_API_KEY": "YOUR_KEY_HERE_IF_USING_GOOGLE"
        },
        "args": [
          "mcp-server-browser-use@latest"
        ],
        "command": "uvx"
      }
    },
    {
      "browser-use": {
        "env": {
          "MCP_LLM_PROVIDER": "openrouter",
          "MCP_LLM_MODEL_NAME": "anthropic/claude-3.5-haiku",
          "MCP_BROWSER_CDP_URL": "http://localhost:9222",
          "MCP_LLM_TEMPERATURE": "0.4",
          "MCP_PATHS_DOWNLOADS": "/path/to/your/downloads",
          "MCP_SERVER_LOG_FILE": "/path/to/your/log/mcp_server_browser_use.log",
          "MCP_BROWSER_HEADLESS": "false",
          "MCP_BROWSER_WINDOW_WIDTH": "1440",
          "MCP_SERVER_LOGGING_LEVEL": "DEBUG",
          "MCP_AGENT_TOOL_USE_VISION": "true",
          "MCP_BROWSER_WINDOW_HEIGHT": "1080",
          "MCP_LLM_OPENROUTER_API_KEY": "YOUR_KEY_HERE_IF_USING_OPENROUTER",
          "MCP_RESEARCH_TOOL_SAVE_DIR": "/path/to/your/research",
          "MCP_AGENT_TOOL_HISTORY_PATH": "/path/to/your/history",
          "MCP_BROWSER_USE_OWN_BROWSER": "true",
          "MCP_RESEARCH_TOOL_MAX_PARALLEL_BROWSERS": "5"
        },
        "args": [
          "mcp-server-browser-use@latest"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

run_browser_agentrun_deep_research

Features

  • AI agent communication via MCP
  • Browser automation including form interactions
  • Visual understanding with screenshot analysis
  • Multi-LLM support with various AI providers
  • Deep research capabilities

💬 Example Queries

  • Go to example.com and find the title.
  • What are the latest advancements in AI-driven browser automation?