Back to MCP ToolsAI/MLOfficial
Browserbase logo

Browserbase

Official

A browser for your AI Agent

Provider:Browserbase
Category:AI/ML

Installation

Command Line
npx create-browserbase-agent

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "browserbase-mcp-server"
      ],
      "env": {
        "BROWSERBASE_API_KEY": "<your-browserbase-api-key>"
      }
    }
  }
}