Overview
The Browserbase MCP Server can be integrated with Google ADK agents to provide browser automation capabilities. We support both local STDIO and hosted Streamable HTTP (SHTTP) transport methods.We recommend using Streamable HTTP
with our remote hosted URL 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 our remote hosted server, we provide 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|falseadvancedStealth=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