Hyperbrowser 精选
欢迎来到 Hyperbrowser,人工智能的互联网。Hyperbrowser 是下一代平台,旨在增强人工智能代理的能力,并实现轻松、可扩展的浏览器自动化。它专为人工智能开发者打造,消除了本地基础设施和性能瓶颈带来的麻烦,让您能够:
README
Hyperbrowser MCP 服务器
这是 Hyperbrowser 的模型上下文协议 (MCP) 服务器。它提供了各种工具来抓取、提取结构化数据和爬取网页。它还提供对通用浏览器代理的轻松访问,例如 OpenAI 的 CUA、Anthropic 的 Claude Computer Use 和 Browser Use。
有关 Hyperbrowser 的更多信息,请参见此处。 hyperbrowser API 支持 mcp 服务器中存在的超集功能。
有关模型上下文协议的更多信息,请参见此处。
目录
安装
手动安装
要安装服务器,请运行:
npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>
在 Cursor 上运行
添加到 ~/.cursor/mcp.json
,如下所示:
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": ["-y", "hyperbrowser-mcp"],
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
}
}
}
}
在 Windsurf 上运行
添加到你的 ./codeium/windsurf/model_config.json
,如下所示:
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": ["-y", "hyperbrowser-mcp"],
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
}
}
}
}
开发
为了开发目的,您可以直接从源代码运行服务器。
-
克隆存储库:
git clone git@github.com:hyperbrowserai/mcp.git hyperbrowser-mcp cd hyperbrowser-mcp
-
安装依赖项:
npm install # or yarn install npm run build
-
运行服务器:
node dist/server.js
Claude 桌面应用程序
这是 Claude 桌面客户端的 Hyperbrowser MCP 服务器的示例配置。
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": ["--yes", "hyperbrowser-mcp"],
"env": {
"HYPERBROWSER_API_KEY": "your-api-key"
}
}
}
}
工具
scrape_webpage
- 从任何网页提取格式化的内容(markdown、屏幕截图等)crawl_webpages
- 浏览多个链接页面并提取 LLM 友好的格式化内容extract_structured_data
- 将混乱的 HTML 转换为结构化的 JSONsearch_with_bing
- 查询网络并通过 Bing 搜索获取结果browser_use_agent
- 使用 Browser Use 代理进行快速、轻量级的浏览器自动化openai_computer_use_agent
- 使用 OpenAI 的 CUA 模型进行通用自动化claude_computer_use_agent
- 使用 Claude computer use 进行复杂的浏览器任务
通过 Smithery 安装
要通过 Smithery 为 Claude Desktop 自动安装 Hyperbrowser MCP Server:
npx -y @smithery/cli install @hyperbrowserai/mcp --client claude
资源
服务器通过 resources
方法提供有关 hyperbrowser 的文档。 任何可以通过资源进行发现的客户端都可以访问它。
许可证
本项目根据 MIT 许可证获得许可。
推荐服务器
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
Neon MCP Server
MCP server for interacting with Neon Management API and databases
mult-fetch-mcp-server
A versatile MCP-compliant web content fetching tool that supports multiple modes (browser/node), formats (HTML/JSON/Markdown/Text), and intelligent proxy detection, with bilingual interface (English/Chinese).
https://github.com/Streen9/react-mcp
react-mcp 与 Claude Desktop 集成,能够根据用户提示创建和修改 React 应用程序。
Knowledge Graph Memory Server
为 Claude 实现持久性记忆,使用本地知识图谱,允许 AI 记住用户的信息,并可在自定义位置存储,跨对话保持记忆。
AIO-MCP Server
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from
Supabase MCP Server
这个服务器通过 MCP 协议实现与 Supabase PostgreSQL 数据库的交互,从而能够与 Cursor 和 Windsurf IDE 无缝集成,以进行安全且经过验证的数据库管理。

mcp-pandoc
使用 Pandoc 的 MCP 服务器,用于无缝文档格式转换,支持 Markdown、HTML、PDF、DOCX (.docx)、csv 等格式。