[ MCP_NODE_3754 ]
mcp-server-browserbase
CATEGORY:
Browser Automation
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
This server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, take screenshots, extract information, and perform automated actions with atomic precision.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"mcp-server-browserbase-en": {
"description": "This server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, take screenshots, extract information, and perform automated actions with atomic precision.",
"command": "npx",
"args": [
"@browserbasehq/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "",
"BROWSERBASE_PROJECT_ID": "",
"GEMINI_API_KEY": ""
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.