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.
Add this to your MCP configuration file:
{
"mcpServers": {
"browserbase": {
"args": [
"-y",
"@browserbasehq/mcp-server-browserbase"
],
"command": "npx"
}
}
}This is a well-structured MCP server for browser automation with proper authentication through API keys and well-scoped permissions that match its stated purpose. Minor code quality improvements could be made around error handling specificity, but overall security posture is good with no significant vulnerabilities identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).
Scanned 7 files · 7 findings
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.
Be the first to review this server!