[ MCP_NODE_3754 ]

mcp-server-browserbase

CATEGORY:
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.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.