Browserbase Features
- •Cloud browser automation
- •Web data extraction
- •Console log monitoring
- •Screenshot capabilities
- •JavaScript execution
- •Basic web interaction
- •Parallel session management
Browserbase Setup & Configuration
Requirements
- •Node.js
- •Browserbase API key
- •Browserbase project ID
- •Claude Desktop
Installation Instructions
# NPM Installation
npm install
npm run build
# Get dist/index.js ready for use
Configuration
# Claude Desktop Configuration
{
"mcpServers": {
"browserbase": {
"command": "node",
"args": ["path/to/mcp-server-browserbase/browserbase/dist/index.js"],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>"
}
}
}
}
Browserbase Available Tools
- •
browserbase_create_session
- •
browserbase_navigate
- •
browserbase_screenshot
- •
browserbase_click
- •
browserbase_fill
- •
browserbase_evaluate
- •
browserbase_get_content
- •
browserbase_parallel_sessions
Browserbase Required Inputs
BROWSERBASE_API_KEY
- Type
- string
- Description
- Your Browserbase API key
- Required
- Yes
BROWSERBASE_PROJECT_ID
- Type
- string
- Description
- Your Browserbase project ID
- Required
- Yes
Browserbase Use Cases
- •Web automation and testing
- •Data scraping and extraction
- •Browser interaction automation
- •Screenshot capture and analysis
- •Console monitoring and debugging
- •Form filling and submission
- •Parallel web processing
Frequently Asked Questions
A cloud browser automation platform that enables AI agents to interact with web applications through natural language. Provides comprehensive tools for browser control, web scraping, and automation in the cloud.
Node.js, Browserbase API key, Browserbase project ID, Claude DesktopView detailed requirements
Follow the installation instructions in the setup section above.View installation guide
Browserbase MCP provides the following tools:
- •
browserbase_create_session
- •
browserbase_navigate
- •
browserbase_screenshot
- •
browserbase_click
- •
browserbase_fill
- •
browserbase_evaluate
- •
browserbase_get_content
- •
browserbase_parallel_sessions