Firecrawl MCP
抓取整站并转为干净的 Markdown,适合构建知识库。
安装命令
终端
npx -y firecrawl-mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
]
}
}
}抓取整站并转为干净的 Markdown,适合构建知识库。
npx -y firecrawl-mcp{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
]
}
}
}