适合谁
- 需要在对话中直接抓取或爬取网页内容的开发者
- 需要将网页数据转换为结构化 JSON 的自动化流程
- 希望使用浏览器智能体(CUA/Claude Computer Use/Browser Use)完成网页任务的用户
README 描述清晰,提供了 Cursor、Windsurf、Claude Desktop 的具体配置示例及 Smithery 一键安装方式,工具列表明确;但未在源码中提供服务器清单或权限细节的进一步说明。
Hyperbrowser MCP Server 是 Hyperbrowser 官方提供的 Model Context Protocol 服务器,让兼容 MCP 的客户端能够抓取网页、提取结构化数据、爬取多页面内容,并调用 OpenAI CUA、Anthropic Claude Computer Use、Browser Use 等通用浏览器智能体来完成复杂的网页自动化任务。服务器需要配置 Hyperbrowser API 密钥,通过 npx 以 stdio 方式启动运行。
npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>,或在 Cursor 的 ~/.cursor/mcp.json、Windsurf 的 model_config.json、Claude Desktop 配置中添加 mcpServers 条目,将 HYPERBROWSER_API_KEY 设为你的密钥。3. 如需从源码开发运行,可克隆仓库、npm install、npm run build,再执行 node dist/server.js。4. 也可通过 Smithery 使用 npx -y @smithery/cli install @hyperbrowserai/mcp --client claude 一键为 Claude Desktop 安装。{"mcpServers":{"hyperbrowser":{"command":"npx","args":["-y","hyperbrowser-mcp"],"env":{"HYPERBROWSER_API_KEY":"YOUR-API-KEY"}}}}