mcp-server-browserbase

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_sessionCreate a new cloud browser session using Browserbase
browserbase_close_sessionClose a browser session on Browserbase
browserbase_navigateNavigate to a URL
browserbase_screenshotTake a screenshot of the current page or a specific element
browserbase_clickClick an element on the page
browserbase_fillFill out an input field
browserbase_evaluateExecute JavaScript in the browser console
browserbase_get_contentExtract all content from the current page