mcp-server-browserbase

mcp-server-browserbase

Control browsers with LLMs using Browserbase and Stagehand.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 3.4k
Source
mcp-github

Overview

This MCP server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, extract information, and perform automated tasks. The server supports six tools, including creating/reusing sessions, closing sessions, navigating to URLs, performing page actions, observing actionable elements, and extracting data from pages. It can be accessed via SHTTP or STDIO transport protocols. Ideal for developers looking to integrate browser automation into AI applications.

Capabilities

  • Create or reuse a Browserbase session
  • Close the current Browserbase session
  • Navigate to a specified URL
  • Perform page actions
  • Observe actionable page elements
  • Extract data from a page

Use cases

Web automation testingData scrapingForm filling automationWeb content analysis

Setup

Requires: BROWSERBASE_API_KEYBROWSERBASE_PROJECT_IDGEMINI_API_KEY
Install via NPM: "

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started?

We recommend using the managed version at https://mcp.browserbase.com/mcp.

What transport protocols are supported?

Supports STDIO and SHTTP.

What API keys are required?

Requires BROWSERBASE_API_KEY, BROWSERBASE_PROJECT_ID, and GEMINI_API_KEY.

Related skills