MCP Server Browserbase

Active
GitHub TypeScript Apache-2.0

Description

Browserbase MCP server allows LLMs to control a browser with Browserbase and Stagehand, providing cloud-based browser automation capabilities for AI agents including web interaction, data scraping, and automated testing.

Key Features

  • 6 MCP tools: start, end, navigate, act, observe, extract
  • Cloud-based browser automation via Browserbase and Stagehand
  • SHTTP and STDIO transport support for flexible deployment
  • Self-hostable with Docker or direct npm installation
  • Configurable models: defaults to Gemini, supports GPT-4o, Claude
  • Proxy and verified identity support for Scale plan users

Use Cases

πŸ’‘ Enabling LLMs to interact with and scrape web pages autonomously
πŸ’‘ Automating browser-based testing and QA workflows
πŸ’‘ Building AI agents that can navigate, observe, and extract web data
πŸ’‘ Integrating browser automation into MCP-compatible AI applications
πŸ’‘ Running headless cloud browser sessions for data collection

Quick Start

Add the Browserbase MCP server config to your MCP client JSON (SHTTP: url mcp.browserbase.com/mcp, or STDIO: npx @browserbasehq/mcp). Set BROWSERBASE_API_KEY and GEMINI_API_KEY env vars.

Related Projects