Browserbase MCP Server

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
This server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, extract information, and perform automated actions.
This is a self-hostable version of the Browserbase hosted MCP server with the same tools and functionality. We recommend using the hosted version for the easiest setup.
Tools
This server exposes 6 tools that match the hosted Browserbase MCP server:
| Tool | Description | Input |
|---|---|---|
start |
Create or reuse a Browserbase session | (none) |
end |
Close the current Browserbase session | (none) |
navigate |
Navigate to a URL | { url: string } |
act |
Perform an action on the page | { action: string } |
observe |
Observe actionable elements on the page | { instruction: string } |
extract |
Extract data from the page | { instruction?: string } |






