Skip to main content
Glama
madaoQ

Browserbase MCP Server

by madaoQ

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

  1. Go to https://browserbase.com

  2. Sign up and get an API key

  3. 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_KEY

Available 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

  1. Push to GitHub (public repo)

  2. Go to https://www.dedaluslabs.ai/dashboard

  3. Add Server → Connect GitHub repo

  4. Set BROWSERBASE_API_KEY as Required Credential

  5. Deploy

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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