CursorPool
← 返回 MCP 列表

Firecrawl MCP

抓取整站并转为干净的 Markdown,适合构建知识库。

Firecrawl·1.1k 次安装·12 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y firecrawl-mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ]
    }
  }
}