Streamable HTTP
with Browserbase’s remote hosted URL is recommended to take advantage of the server at full capacity
and avoid managing local processes.
Prerequisites
Get your Browserbase credentials
Get your Browserbase API key from the Browserbase Dashboard.
Then copy your API Key directly from the input.

(Optional) Get your Gemini API key
Get your Gemini API key from Google AI Studio for AI-powered browser automation with Stagehand. Only required if you’re using the local MCP server.
Setup methods
- Remote Hosted
- Local STDIO
Recommended: When using the remote hosted server, Browserbase covers the LLM costs for Gemini, the best performing model in Stagehand.
Optional runtime query params
You can append these query parameters to the MCP URL:keepAlive=true|falseproxies=true|falseverified=true|false
Verify installation
Test your integration by running your agent:Available tools
Once configured, your Google ADK agent will have access to these Browserbase tools:- start: Create or reuse a Browserbase session
- end: Close the current Browserbase session
- navigate: Navigate to a URL
- act: Perform actions using natural language
- observe: Find actionable elements on a page
- extract: Extract data from a page