MCP Catalogs
首页scrapegraph-mcp screenshot

scrapegraph-mcp

by ScrapeGraphAI·72·综合分 48

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

web-scrapingai-llmdeveloper-tools
22
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

ScrapeGraph MCP 服务器是 Model Context Protocol 的生产级实现,连接语言模型与 ScrapeGraph AI API。它使 AI 助手能够执行复杂的网页抓取任务,从网站提取结构化数据,爬取多个页面,并根据自然语言提示生成模式。服务器提供本地和远程部署选项,并包含 Claude Desktop 和 Cursor 的完整集成指南。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

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

什么时候选它

当您需要通过 MCP 获取可靠、AI 驱动的网页抓取能力,并且已经使用或愿意集成 ScrapeGraph AI API 时,选择此 server。

什么时候不要选它

如果您需要无 API 依赖的开源抓取方案,希望对抓取过程有更多控制权,或担心对 ScrapeGraph 服务的厂商锁定,请不要选择它。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • scrape

    Scrape content from web pages with various output formats

  • extract

    Extract specific information from a website using AI

  • search

    Search the web with customizable parameters

  • crawl_start

    Start an async multi-page crawl

  • crawl_get_status

    Check the status of a running crawl job

  • crawl_stop

    Stop a running crawl job

  • crawl_resume

    Resume a paused crawl job

  • schema

    Generate or augment a JSON Schema from a prompt

  • credits

    Check remaining API credits

  • history

    View historical usage of API services

  • monitor_create

    Create a scheduled monitoring job

  • monitor_list

    List all monitoring jobs

可对比工具

scrape-doctor-mcpperplexity-mcpbrowserless-mcprequests-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"
      ]
    }
  }
}

scrapegraph-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。