ScrapeGraph MCP 服务器

ScrapeGraph MCP 服务器

生产就绪的 MCP 服务器,提供与 ScrapeGraph AI API 的无缝集成。

快速入门

  1. 注册并获取 ScrapeGraph API 密钥
  2. 使用 Smithery 自动化安装: npx -y @smithery/cli install @ScrapeGraphAI/scrapegraph-mcp --client claude
  3. 配置 Claude Desktop 的 JSON 文件(Windows 路径:%APPDATA%/Claude/claude_desktop_config.json;macOS 路径:~/Library/Application Support/Claude/claude_desktop_config.json)。
  4. 或直接运行命令以启动服务: npx -y @smithery/cli@latest run @ScrapeGraphAI/scrapegraph-mcp --config "{"scrapegraphApiKey":"YOUR-SGAI-API-KEY"}"
  5. 在 Cursor 中添加 MCP 服务器设置。

示例工具

  • markdownify(website_url):将网页转换为结构化 Markdown。
  • smartscraper(user_prompt, website_url):利用 AI 提取网页数据。
  • searchscraper(user_prompt):执行 AI 支持的搜索。

更多详情请参考 README。