MCP Server
MCP
Browserbase
Browserbase MCP server: cloud browser sessions, agents, contexts, fetch, search, functions
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-browserbase",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Browserbase API key (from browserbase.com/settings)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BROWSERBASE_API_KEY"
},
{
"description": "Optional per-request timeout in milliseconds for Browserbase API calls (default 30000).",
"format": "string",
"name": "BROWSERBASE_REQUEST_TIMEOUT_MS"
},
{
"description": "Optional workspace directory for local files uploaded to Browserbase (session files, extensions, certificates). File reads are sandboxed to this directory (defaults to the system temp directory when unset).",
"format": "string",
"name": "MCP_WORKSPACE_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment