Cloud browser automation with Stagehand for LLM-driven web navigation
The Browserbase MCP Server provides cloud browser automation powered by Stagehand for LLM-driven web navigation. Instead of running browsers locally, sessions run in Browserbase's cloud infrastructure with built-in stealth capabilities.
Built by Browserbase, this server uses Stagehand's AI-native browser automation approach. It supports navigating pages, extracting content, clicking elements, and filling forms using natural language descriptions rather than CSS selectors.
Ideal for developers who need reliable, scalable browser automation without managing local browser instances, especially for tasks that require anti-detection capabilities.
Official server from Browserbase. Cloud-based browser sessions with managed infrastructure. Requires API key.
5 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": [
"-y",
"@browserbasehq/mcp-stagehand"
],
"env": {
"BROWSERBASE_API_KEY": "<your-api-key>",
"BROWSERBASE_PROJECT_ID": "<your-project-id>"
}
}
}
}Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.