MCP Server Browserbase
Cloud browser automation server enabling LLMs to interact with web environments
🌐 Web
Overview
mcp-server-browserbase
Description:
Cloud browser automation server enabling LLMs to interact with web environments
Category: Browser Automation & Web Interaction
Overview:
A specialized server implementation that bridges LLMs with web browser capabilities through Browserbase and Puppeteer integration. It enables AI models to:
- Execute JavaScript in cloud browser environments
- Capture screenshots of web pages
- Perform web page interactions
- Automate browser-based tasks
- Integrate with Stagehand (upcoming feature)
Installation & Setup:
npx @browserbase/mcp-server
Configuration:
"mcp-server-browserbase": {
"command": "path-to/bin/node",
"args": ["path-to/mcp-serve/"],
"env": {
"BROWSERBASE_API_KEY": "your_api_key_here"
}
}
Key Components:
- 🌐 Browserbase MCP (Core functionality)
- 🤘 Stagehand MCP (Coming soon)
- Puppeteer Integration
- Cloud Browser Environment
Note: Requires Browserbase API key for authentication and access to cloud browser services.