Integrations
Enables scraping webpage content and converting it to Markdown format for better readability in AI contexts.
超级浏览器 MCP 服务器
这是 Hyperbrowser 的模型上下文协议 (MCP) 服务器。它提供了各种工具来抓取、提取结构化数据和爬取网页。它还可以轻松访问通用浏览器代理,例如 OpenAI 的 CUA、Anthropic 的 Claude Computer Use 和 Browser Use。
更多关于 Hyperbrowser 的信息可以在这里找到。Hyperbrowser API 支持 mcp 服务器中现有的一系列功能。
有关模型上下文协议的更多信息可以在这里找到。
目录
安装
手动安装
要安装服务器,请运行:
在光标上运行
像这样添加到~/.cursor/mcp.json
:
在风帆冲浪中奔跑
像这样添加到您的./codeium/windsurf/model_config.json
中:
发展
出于开发目的,您可以直接从源代码运行服务器。
- 克隆存储库:Copy
- 安装依赖项:Copy
- 运行服务器:Copy
克劳德桌面应用程序
这是 Claude Desktop 客户端的 Hyperbrowser MCP 服务器的示例配置。
工具
scrape_webpage
- 从任何网页提取格式化(markdown、屏幕截图等)内容crawl_webpages
- 浏览多个链接页面并提取 LLM 友好格式的内容extract_structured_data
- 将杂乱的 HTML 转换为结构化的 JSONsearch_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 配置文件。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Hyperbrowser MCP 服务器:
资源
服务器通过resources
方法提供超级浏览器的文档。任何能够发现资源的客户端都可以访问它。
执照
该项目已获得 MIT 许可。
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
欢迎来到 Hyperbrowser,AI 的互联网。Hyperbrowser 是赋能 AI 代理的下一代平台,可实现轻松、可扩展的浏览器自动化。它专为 AI 开发者打造,消除了本地基础设施和性能瓶颈带来的困扰,让您能够
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityEnables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.Last updated -138Python
- -securityFlicense-qualityEnables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.Last updated -0JavaScript
- -securityFlicense-qualityA web browser automation server that allows AI assistants to control Chrome with persistent state management, enabling complex browsing tasks through asynchronous browser operations.Last updated -1Python
- -securityAlicense-qualityAllows AI agents to control web browser sessions via Selenium WebDriver, enabling web automation tasks like scraping, testing, and form filling through the Model Context Protocol.Last updated -TypeScriptMIT License