[ MCP_NODE_3749 ]

Browserbase 云浏览器

协议: MCP v1.0
[ 描述 ]

在云端运行无头浏览器,为 AI 提供稳定、匿名的网页访问和数据抓取环境。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "mcp-server-browserbase": {
            "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": ""
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。