Browserbase MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Browserbase MCP ServerCreate a browser session for automated testing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Cloudflare Playwright MCP
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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