type
status
date
slug
summary
tags
category
icon
password
功能简介
Hyperbrowser MCP Server 提供了多种工具用于网页数据的抓取、结构化数据提取和网页爬取,还能方便地使用通用浏览器代理,如 OpenAI 的 CUA、Anthropic 的 Claude 计算机使用和浏览器使用。
主要功能特性
- 提供多种工具,可对网页进行数据抓取、结构化数据提取和爬取。
- 支持使用 OpenAI、Anthropic 等的通用浏览器代理。
- 提供持久化的 Hyperbrowser 配置文件管理功能,包括创建、删除和列出配置文件。
- 服务器可通过资源方法提供关于 Hyperbrowser 的文档。
快速开始指引
- 1. 手动安装:运行
npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>
。
- 2. 在 Cursor 中运行:在
~/.cursor/mcp.json
中添加配置。
- 3. 在 Windsurf 中运行:在
./codeium/windsurf/model_config.json
中添加配置。
- 4. 开发环境运行:
- 克隆仓库:
git clone git@github.com:hyperbrowserai/mcp.git hyperbrowser-mcp
并进入目录。 - 安装依赖:
npm install
或yarn install
,然后npm run build
。 - 运行服务器:
node dist/server.js
。
- 5. Claude 桌面应用:在配置文件中添加相应配置。
- 6. 通过 Smithery 安装:运行
npx -y @smithery/cli install @hyperbrowserai/mcp --client claude
。
Tool 列表
scrape_webpage
:从任意网页提取格式化(如 markdown、截图等)内容。
crawl_webpages
:浏览多个链接页面并提取适合大语言模型的格式化内容。
extract_structured_data
:将杂乱的 HTML 转换为结构化 JSON。
search_with_bing
:使用 Bing 搜索查询网页并获取结果。
browser_use_agent
:使用浏览器使用代理进行快速、轻量级的浏览器自动化。
openai_computer_use_agent
:使用 OpenAI 的 CUA 模型进行通用自动化。
claude_computer_use_agent
:使用 Claude 计算机使用功能处理复杂的浏览器任务。
create_profile
:创建新的持久化 Hyperbrowser 配置文件。
delete_profile
:删除现有的持久化 Hyperbrowser 配置文件。
list_profiles
:列出现有的持久化 Hyperbrowser 配置文件。
MCP配置
操作实践
https://qianniucity.feishu.cn/wiki/Mdl5wCNN4irNUAkOFetcUY6inod
标签
#MCP #网页数据处理 #浏览器代理 #自动化 #Hyperbrowser
- Author:二师兄
- URL:https://cloudesx.com/article/hyperbrowser-mcp-server
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!