🔗 Official Repository
github.com/browserbase/mcp-server-browserbaseAlways check the official repository for the latest setup instructions and license.
What is it?
Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more) — is a Model Context Protocol (MCP) server enabling AI applications like Claude and Cursor to securely access browser automation capabilities through the open protocol.
Why browserbase/mcp-server-browserbase?
The Browserbase MCP Server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, observe actionable elements, execute actions, and extract data. Note that this repository is now archived as a reference implementation, but it reflects features available in the hosted and self-hosted versions.
Common Use Cases
- Navigating to web pages and observing actionable elements using natural language instructions
- Automating page interactions like clicking or filling forms via the act tool
- Extracting structured content and data from target web pages during LLM workflows
Quick Install (Claude Desktop)
{
"mcpServers": {
"mcp-server-browserbase": {
"command": "npx",
"args": ["-y", "browserbase/mcp-server-browserbase"]
}
}
}Add to your Claude Desktop config file after installing requirements per the repo instructions.
Frequently Asked Questions
Is this Browserbase MCP server repository actively maintained?
No, this repository is archived and maintained for historical reference. Browserbase recommends using their hosted MCP server for production.
What tools are included in this MCP server?
It includes 6 tools: start, end, navigate, act, observe, and extract.
Which environment variables are required for running via STDIO?
You need to provide BROWSERBASE_API_KEY, BROWSERBASE_PROJECT_ID, and GEMINI_API_KEY (or another model key if specified).