Hyperbrowser

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 服务器中现有的一系列功能。

有关模型上下文协议的更多信息可以在这里找到。

目录

安装

手动安装

要安装服务器,请运行:

npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>

在光标上运行

像这样添加到~/.cursor/mcp.json

{ "mcpServers": { "hyperbrowser": { "command": "npx", "args": ["-y", "hyperbrowser-mcp"], "env": { "HYPERBROWSER_API_KEY": "YOUR-API-KEY" } } } }

在风帆冲浪中奔跑

像这样添加到您的./codeium/windsurf/model_config.json中:

{ "mcpServers": { "hyperbrowser": { "command": "npx", "args": ["-y", "hyperbrowser-mcp"], "env": { "HYPERBROWSER_API_KEY": "YOUR-API-KEY" } } } }

发展

出于开发目的,您可以直接从源代码运行服务器。

  1. 克隆存储库:
    git clone git@github.com:hyperbrowserai/mcp.git hyperbrowser-mcp cd hyperbrowser-mcp
  2. 安装依赖项:
    npm install # or yarn install npm run build
  3. 运行服务器:
    node dist/server.js

克劳德桌面应用程序

这是 Claude Desktop 客户端的 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 转换为结构化的 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 配置文件。

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Hyperbrowser MCP 服务器:

npx -y @smithery/cli install @hyperbrowserai/mcp --client claude

资源

服务器通过resources方法提供超级浏览器的文档。任何能够发现资源的客户端都可以访问它。

执照

该项目已获得 MIT 许可。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 开发者打造,消除了本地基础设施和性能瓶颈带来的困扰,让您能够

  1. 目录
    1. 安装
      1. 手动安装
    2. 在光标上运行
      1. 在风帆冲浪中奔跑
        1. 发展
      2. 克劳德桌面应用程序
        1. 工具
          1. 通过 Smithery 安装
        2. 资源
          1. 执照

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              Enables 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 -
              1
              38
              Python
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              Enables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.
              Last updated -
              0
              JavaScript
            • -
              security
              F
              license
              -
              quality
              A 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 -
              1
              Python
              • Apple
            • -
              security
              A
              license
              -
              quality
              Allows 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 -
              TypeScript
              MIT License

            View all related MCP servers

            ID: 6v41w192xh