跳转到主要内容
使用 Firecrawl MCP 为 Claude Code 添加网页抓取和搜索能力。

快速开始

1. 获取你的 API 密钥

firecrawl.dev/app 注册并复制你的 API 密钥。

2. 添加 Firecrawl MCP 服务器

claude mcp add firecrawl -e FIRECRAWL_API_KEY=your-api-key -- npx -y firecrawl-mcp
your-api-key 替换为你的实际 Firecrawl API 密钥。 完成!现在你可以在 Claude Code 中搜索并抓取网页了。

快速演示

在 Claude Code 中试试以下示例: 搜索全网:
Search for the latest Next.js 15 features
抓取页面:
Scrape firecrawl.dev and tell me what it does
获取文档:
查找并抓取 Stripe API 文档中有关 payment intents 的内容
Claude 会自动使用 Firecrawl 的搜索和抓取工具获取信息。