About
Overview
The Browserbase MCP Server enables AI agents to use Browserbase's cloud browser infrastructure. It provides managed headless browsers that handle captchas, fingerprinting, and proxy rotation. Ideal for web scraping at scale without managing browser infrastructure locally.
Capabilities
Tools & Capabilities
⚡create_session
Create a new browser session
⚡navigate
Navigate to a URL
⚡screenshot
Take a screenshot
⚡get_content
Get page content
⚡click
Click an element
⚡fill
Fill a form field
Setup
Installation
bash
Install
npx -y @browserbase/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": ["-y", "@browserbase/mcp-server"],
"env": {
"BROWSERBASE_API_KEY": "your-api-key",
"BROWSERBASE_PROJECT_ID": "your-project-id"
}
}
}
}Quick Info
Authorbrowserbase
LanguageTypeScript
StatusStable
Stars★ 250
Last UpdatedFeb 12, 2026