kapyn
MCP serversBrowser & automation 路 MCP server

Browserbase MCP server

Run cloud browsers for agents at scale. The Browserbase MCP server gives an assistant managed cloud browsers to navigate and automate the web reliably, without running browsers yourself.

Category
Browser & automation
Maintained by
Official
Protocol
Model Context Protocol
Source
browserbase/mcp-server-browserbase
View on GitHubBrowse all MCP servers
In the official MCP registryio.github.browserbase/mcp-server-browserbaseupdated 2025-09-12

Installing Browserbase

Runs on demand via npx. Nothing to install globally.

Claude Code
claude mcp add browserbase -- npx -y @browserbasehq/mcp-server-browserbase
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
  "mcpServers": {
    "browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "@browserbasehq/mcp-server-browserbase"
      ],
      "env": {
        "BROWSERBASE_API_KEY": "<your BROWSERBASE_API_KEY>",
        "BROWSERBASE_PROJECT_ID": "<your BROWSERBASE_PROJECT_ID>"
      }
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

Requires BROWSERBASE_API_KEY, BROWSERBASE_PROJECT_ID, get these from the maintainer. Never commit them.

What it does

The Browserbase MCP server gives an assistant managed cloud browsers to navigate and automate the web reliably, without running browsers yourself.

Like any MCP server, Browserbase plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Browser & automation MCP servers