TC
ToolCompared
MCP ServerFeatured

Browserbase MCP Server

by Browserbase

Cloud browser automation for LLMs via Browserbase and Stagehand.

OfficialTypeScriptDeveloper Tools

About Browserbase

Provides cloud browser automation capabilities using Browserbase, Puppeteer, and Stagehand. Allows LLMs to seamlessly interact with web pages, extract data, capture screenshots, and execute JavaScript within a cloud browser environment, fully adhering to the MCP standard.

Tags

browser-automationcloud-browserstagehandscreenshots

How to install Browserbase

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "browserbase": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-browserbase"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Developer Tools