Browserbase MCP Server
vhosted (mcp.browserbase.com) / @browserbasehq/mcpBrowserbase
Official Browserbase MCP server for cloud browser automation, powered by Stagehand v3: navigate, act, observe, extract (including iframes and shadow DOM), screenshots, and multi-session management. Hosted at https://mcp.browserbase.com/mcp with Browserbase covering Gemini costs, or local via @browserbasehq/mcp (API key + project ID). Stagehand v3 adds 20-40% faster automation via caching. Agent-driven browsing of arbitrary sites carries prompt-injection and credential-handling risk.
Trust Vector Analysis
Dimension Breakdown
๐Performance & Reliability+
Review of Stagehand's natural-language action model and v3 accuracy improvements
Tool design review and hands-on interaction testing on common web flows
Capability review of iframe/shadow-DOM extraction in Stagehand v3
Session lifecycle and multi-session capability review
Error-path testing of failed actions and re-observation flows
๐ก๏ธSecurity+
Threat modeling of untrusted web content entering both the client LLM and the Stagehand automation LLM
Authorization boundary analysis of natural-language write actions
Analysis of credential and session handling in cloud-hosted browsers with recording enabled
Isolation review of per-session cloud browser architecture
Credential mechanism review across hosted and local modes
๐Privacy & Compliance+
Data flow analysis of extract/observe/screenshot outputs
Privacy assessment of vendor-side session recording and retention
Data sharing pathway analysis including the embedded automation LLM
Data residency review of the cloud-only browser execution model
๐๏ธTrust & Transparency+
Documentation completeness review
Source code and license review
Logging and traceability assessment (the same recordings that raise privacy concerns aid auditability)
Maintainer reputation and project health analysis
โ๏ธOperational Excellence+
Setup complexity assessment across hosted and local modes
Feature completeness assessment against browser-automation needs
Scalability review of cloud browser infrastructure
Repository activity and release-cadence analysis
Cost analysis versus local browser automation alternatives
- +Stagehand v3 natural-language automation: act, observe, and schema-based extract including iframes and shadow DOM
- +Hosted endpoint (mcp.browserbase.com) with Browserbase covering Gemini LLM costs โ minimal setup
- +Isolated per-session cloud browsers keep agent browsing off the user's machine and personal profile
- +Scales to parallel multi-session automation with proxies, stealth, and keep-alive options
- +Session replays and live view give strong auditability of agent actions
- +Apache-2.0 open-source server (~3.4k stars) on the open-source Stagehand framework
- +20-40% faster than prior versions via automatic caching
- !Page content flows to both the client LLM and the hosted Gemini automation model โ a dual prompt-injection and data-exposure surface
- !Session recordings capture everything the agent sees and types, including credentials, on vendor infrastructure
- !Browsing always executes in Browserbase's cloud; the local package only relocates the MCP layer
- !Natural-language act tool makes destructive web actions harder to precisely pre-approve
- !Long-lived API keys with no OAuth flow
- !Fewer explicit primitives than Playwright MCP (no raw JS evaluation or network inspection)
- !Metered browser-session minutes beyond the free tier
Use Case Ratings
code generation
Good for E2E testing and UI verification in clean cloud browsers, without local browser setup
research assistant
Strong for interactive web research at scale; exposed to prompt injection from untrusted pages
data analysis
Excellent structured extraction (schemas, iframes, shadow DOM) for scraping workflows
customer support
Can reproduce user-reported web issues with session replays as evidence
content creation
Useful for previewing and screenshotting published content
legal compliance
Vendor-side session recordings and multi-LLM data flow complicate confidentiality requirements
financial analysis
Capable scraper for public data; avoid authenticated financial workflows
education
Session replays make agent browsing behavior easy to demonstrate and teach