← Index

io.github.browserbase/mcp-server-browserbase

io.github.browserbase/mcp-server-browserbase·v2.1.1·Browser Automation
Quality Score
70
/100

MCP server for AI web browser automation using Browserbase and Stagehand

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "@browserbasehq/mcp-server-browserbase"
      ],
      "env": {
        "BROWSERBASE_API_KEY": "<your-browserbase_api_key>",
        "BROWSERBASE_PROJECT_ID": "<browserbase_project_id>",
        "GEMINI_API_KEY": "<your-gemini_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "@browserbasehq/mcp-server-browserbase"
      ],
      "env": {
        "BROWSERBASE_API_KEY": "<your-browserbase_api_key>",
        "BROWSERBASE_PROJECT_ID": "<browserbase_project_id>",
        "GEMINI_API_KEY": "<your-gemini_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @browserbasehq/mcp-server-browserbase
§02  Environment variables
BROWSERBASE_API_KEY
requiredsecret

Your Browserbase API key

BROWSERBASE_PROJECT_ID
required

Your Browserbase Project ID

GEMINI_API_KEY
requiredsecret

Your Gemini API key (default model)

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation