Back to MCP Servers

Browserbase Server

Automate cloud browsers for web scraping, testing, and interaction through headless browser infrastructure

browserscrapingtestingautomationcommunity

Installation

npm install -g @browserbasehq/mcp-server

Configuration

{
  "mcpServers": {
    "browserbase": {
      "command": "npx",
      "args": ["-y", "@browserbasehq/mcp-server"],
      "env": {
        "BROWSERBASE_API_KEY": "your-browserbase-api-key",
        "BROWSERBASE_PROJECT_ID": "your-project-id"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub