mcp-server-browserbase
by browserbase
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BROWSERBASE_API_KEY | Yes | Your Browserbase API key | |
BROWSERBASE_PROJECT_ID | Yes | Your Browserbase Project ID |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Browser console logs |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |