Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": [
"-y",
"@browserbasehq/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "${BROWSERBASE_API_KEY}",
"BROWSERBASE_PROJECT_ID": "${BROWSERBASE_PROJECT_ID}"
}
}
}
}Replace placeholder values for: BROWSERBASE_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxBROWSERBASE_API_KEY=${BROWSERBASE_API_KEY}BROWSERBASE_PROJECT_ID=${BROWSERBASE_PROJECT_ID}