B
Browserbase MCP Server
Provides AI assistants with cloud browser automation capabilities through the Browserbase API via MCP, enabling headless session creation, navigation, and screenshots without local browser setup.
stdioLocalApiKeynpm
What This Server Exposes
Tools
create_sessionnavigatescreenshot
Resources
- •browser session data
- •page screenshots
- •page content
Setup Instructions
- 1Sign up at browserbase.com and create a project
- 2Retrieve your API key and project ID from app.browserbase.com/settings
- 3Add the Browserbase server config to your Claude Desktop configuration
- 4Set the BROWSERBASE_API_KEY and BROWSERBASE_PROJECT_ID environment variables
- 5Restart Claude Desktop
Configuration
Claude Desktop Configuration
claude_desktop_config.json
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "your-browserbase-api-key",
"BROWSERBASE_PROJECT_ID": "your-project-id"
}
}
}
}Environment Variables
| Name | Required | Secret | Description |
|---|---|---|---|
| BROWSERBASE_API_KEY | ✓ | 🔒 | Browserbase API key from app.browserbase.com/settings |
| BROWSERBASE_PROJECT_ID | ✓ | — | Browserbase project ID found in your project settings at app.browserbase.com |
BROWSERBASE_API_KEY
Browserbase API key from app.browserbase.com/settings
Required🔒 Secret
BROWSERBASE_PROJECT_ID
Browserbase project ID found in your project settings at app.browserbase.com
Required
Server Manifest
No official server.json manifest found. Generate one with our MCP server.json Generator →
Compatibility
Claude DesktopClaude Code
⚠
Safety Notes
Browserbase runs real cloud browsers that can interact with any website. Avoid connecting authenticated sessions with sensitive accounts. Browser sessions may incur usage costs — monitor your plan limits.
This listing is for informational purposes only. CodexSpot is not affiliated with Browserbase MCP Server.