快速接入
安装与连接
选择适合客户端的连接方式,检查环境变量后复制配置。
官方 V2 远程服务 / OAuth
https://mcp.firecrawl.dev/v2/mcp-oauth{
"url": "https://mcp.firecrawl.dev/v2/mcp-oauth",
"type": "http"
}官方 V2 远程服务 / API Key
https://mcp.firecrawl.dev/v2/mcpFIRECRAWL_API_KEY{
"url": "https://mcp.firecrawl.dev/v2/mcp",
"type": "http",
"headers": {
"Authorization": "Bearer ${FIRECRAWL_API_KEY}"
}
}