← Back to Plugins
MCP Server MCP

io.github.browserbase/mcp-server-browserbase

github By github 👁 1 views ▲ 0 votes

MCP server for AI web browser automation using Browserbase and Stagehand

Homepage Verified source GitHub

Install

npx -y @browserbasehq/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@browserbasehq/mcp-server-browserbase",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Browserbase API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BROWSERBASE_API_KEY"
        },
        {
          "description": "Your Browserbase Project ID",
          "isRequired": true,
          "format": "string",
          "name": "BROWSERBASE_PROJECT_ID"
        },
        {
          "description": "Your Gemini API key (default model)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...