MCP Catalogs
首页

ultimate_mcp_server vs scrapegraph-mcp

并排对比,帮你在这两个 MCP server 之间做选择。

ultimate_mcp_server
by Dicklesworthstone
scrapegraph-mcp
by ScrapeGraphAI
Stars★ 149★ 72
30天用量
综合分8548
官方
分类
AI / LLM 工具浏览器自动化本地文件系统
网页抓取AI / LLM 工具开发者工具
实现语言PythonPython
最近提交2 个月前本月

ultimate_mcp_server · 概述

一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。

scrapegraph-mcp · 概述

ScrapeGraph MCP 服务器提供 AI 驱动的网页抓取工具,包括提取、搜索、爬取、模式生成和监控功能。

ultimate_mcp_server · 使用场景

  • 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
  • 跨多个网站进行网页自动化和研究,通过浏览器控制
  • 通过模型间的智能任务分配实现成本优化的 AI 工作流

scrapegraph-mcp · 使用场景

  • 从电子商务网站提取产品价格和信息
  • 从多个来源研究并总结最新的 AI 发展
  • 监控竞争对手网站的价格变化或新产品发布

ultimate_mcp_server · 安装

安装

  1. 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. 安装依赖:
pip install -e .
  1. 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. 运行服务器:
python -m ultimate_mcp_server

scrapegraph-mcp · 安装

安装

通过 Smithery(推荐)

npx -y @smithery/cli install @ScrapeGraphAI/scrapegraph-mcp --client claude

Claude Desktop 配置

{
    "mcpServers": {
        "@ScrapeGraphAI-scrapegraph-mcp": {
            "command": "npx",
            "args": [
                "-y",
                "@smithery/cli@latest",
                "run",
                "@ScrapeGraphAI/scrapegraph-mcp",
                "--config",
                "\"{\\\"scrapegraphApiKey\\\":\\\"YOUR-SGAI-API-KEY\\\"}\""
            ]
        }
    }
}

远程服务器

{
  "mcpServers": {
    "scrapegraph-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote@0.1.25",
        "https://scrapegraph-mcp.onrender.com/mcp",
        "--header",
        "X-API-Key:YOUR_API_KEY"
      ]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。