mcp-server-browserbase

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BROWSERBASE_API_KEYYesYour Browserbase API key
BROWSERBASE_PROJECT_IDYesYour Browserbase Project ID

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Browser console logs

Tools

Functions exposed to the LLM to take actions

NameDescription
browserbase_create_session

Create a new cloud browser session using Browserbase

browserbase_close_session

Close a browser session on Browserbase

browserbase_navigate

Navigate to a URL

browserbase_screenshot

Take a screenshot of the current page or a specific element

browserbase_click

Click an element on the page

browserbase_fill

Fill out an input field

browserbase_evaluate

Execute JavaScript in the browser console

browserbase_get_content

Extract all content from the current page