Browserbase MCP Server
Browserbase MCP Server
A Type 3 DAuth MCP server for Browserbase API. Provides cloud browser automation capabilities for AI agents.
Features
Create Session — Launch a cloud browser instance
Get Session — Retrieve session details and debugging URL
List Sessions — View all active and recent sessions
Get Recording — Access session recordings
Get Logs — Retrieve browser console logs
End Session — Terminate a browser session
Authentication
This server uses Type 3 DAuth (Dedalus Auth) — your API key is encrypted client-side and decrypted in a secure Dedalus enclave.
Get Your Browserbase API Key
Go to https://browserbase.com
Sign up and get an API key
Copy the key
Installation
git clone https://github.com/dedalus-labs/browserbase-mcp.git
cd browserbase-mcp
pip install -e .
cp .env.example .env
# Edit .env and add BROWSERBASE_API_KEYAvailable Tools
browserbase_create_session
Create a new browser automation session.
browserbase_create_session(
project_id="optional-project-id",
headless=True,
browser="chrome",
)browserbase_get_session
Get details of a browser session.
browserbase_get_session(
session_id="session-id-here",
)browserbase_list_sessions
List all browser sessions.
browserbase_list_sessions(
limit=20,
offset=0,
)browserbase_get_session_recording
Get the recording of a browser session.
browserbase_get_session_recording(
session_id="session-id-here",
)browserbase_get_session_logs
Get logs from a browser session.
browserbase_get_session_logs(
session_id="session-id-here",
)browserbase_end_session
End a browser session.
browserbase_end_session(
session_id="session-id-here",
)Pricing
Browserbase offers pay-per-use pricing. Check https://browserbase.com/pricing for details.
Deploy to Dedalus
Push to GitHub (public repo)
Add Server → Connect GitHub repo
Set
BROWSERBASE_API_KEYas Required CredentialDeploy
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/madaoQ/browserbase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server