[ MCP_NODE_3902 ]

BrowserAct 浏览器自动化

协议: MCP v1.0
[ 描述 ]

提供云端浏览器自动化功能,支持从 Amazon、YouTube、Google Maps 等平台提取结构化数据。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "browseract": {
            "description": "BrowserAct cloud browser automation for structured data extraction from Amazon, YouTube, Google Maps, Google News, Reddit, WeChat, Zhihu and more",
            "command": "npx",
            "args": [
                "-y",
                "browseract-mcp"
            ],
            "env": {
                "BROWSERACT_API_KEY": "<YOUR_BROWSERACT_API_KEY>"
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。