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: browser-gateway

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

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Reliable, scalable browser infrastructure for AI agents. Route, pool, and failover across any browser provider. 8 built-in browser tools using raw Chrome CDP - navigate, screenshot, snapshot, interact, evaluate. Zero-config with auto Chrome detection & concurrent sessions support
    799
    8
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides complete browser automation capabilities for AI agents via 44 tools, including navigation, element interaction, state management, and session recording.
    536
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to perform intelligent browser automation with session-based context analysis, including navigation, form filling, and content extraction through natural language.
    MIT

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