简介
Firecrawl MCP 是 Firecrawl 的官方 MCP 服务器,让 Claude Code、Cursor 等 AI Agent 能够抓取、爬取任何网站并提取结构化数据。主项目 GitHub 15,000+ stars,支持 JavaScript 渲染和反爬绕过。适合需要 AI 实时读取网页内容的开发者。
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.
这里应该同时让用户和 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 实时读取网页内容的开发者。
Discover, install, and manage MCP servers from a curated registry. Smithery provides one-command setup for 200+ MCP servers with Claude Code and Cursor integration.
MCP server that gives AI agents calendar awareness and time tracking. Tempo MCP integrates with Google Calendar and Toggl for scheduling, time logging, and availability checks.
MCP server that gives AI agents full Git capabilities. Git MCP enables Claude Code and Cursor to manage repositories, branches, commits, diffs, and history via tool calls.