MCP Configs2026年4月6日·1 分钟阅读

Firecrawl MCP — Web Scraping Server for AI Agents

Official Firecrawl MCP server for AI agents to scrape, crawl, and extract structured data from any website. Supports batch scraping, search, and markdown extraction. 15,000+ stars.

MC
MCP Hub · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

将以下配置添加到 .mcp.json:

{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": ["-y", "firecrawl-mcp"],
      "env": {
        "FIRECRAWL_API_KEY": "fc-你的密钥"
      }
    }
  }
}

firecrawl.dev 获取免费 API 密钥。重启 Claude Code 即可使用。


简介

Firecrawl MCP 是 Firecrawl 的官方 MCP 服务器,让 Claude Code、Cursor 等 AI Agent 能够抓取、爬取任何网站并提取结构化数据。主项目 GitHub 15,000+ stars,支持 JavaScript 渲染和反爬绕过。适合需要 AI 实时读取网页内容的开发者。


🙏

来源与感谢

Created by Mendable. Licensed under AGPL-3.0.

firecrawl — ⭐ 15,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产