Browserbase MCP Server
Browser Automationstdiov1.2.0
Official Browserbase MCP server for cloud browser automation. Lets AI agents create headless browser sessions, navigate pages, extract content, take screenshots, and perform actions using Stagehand, enabling reliable web automation and scraping at scale from AI-powered tools.
Connect
Add this configuration to .claude/mcp.json
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": [
"-y",
"@browserbasehq/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>"
}
}
}
}Tools (3)
browserbase_navigate
Open a URL in a cloud browser session and wait for it to load.
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to navigate to"
}
}
}browserbase_extract
Extract structured content from the current page using a natural language instruction.
{
"type": "object",
"required": [
"instruction"
],
"properties": {
"instruction": {
"type": "string",
"description": "What to extract from the page"
}
}
}browserbase_screenshot
Capture a screenshot of the current page.
{
"type": "object",
"properties": {
"full_page": {
"type": "boolean",
"description": "Whether to capture the full scrollable page"
}
}
}Resources
This server does not expose any resources.
Prompts
This server does not expose any prompts.
Server Information
- License
- Apache-2.0
- Version
- 1.2.0
- Stars
- 1,123
- Last Updated
- July 9, 2026