试用免密钥模式#
Set up Firecrawl MCP
No API key required. Add an API key to unlock more usage.
Run this in your terminal to add Firecrawl as a remote MCP server in Codex.
codex mcp add firecrawl --url https://mcp.firecrawl.dev/v2/mcpThen run codex mcp list and confirm firecrawl is enabled.
Run this in your terminal to add Firecrawl as a remote MCP server in Claude Code.
claude mcp add --transport http firecrawl https://mcp.firecrawl.dev/v2/mcpThen run /mcp and confirm firecrawl is connected.
Install the hosted MCP server in one click, or copy the configuration below.
Add to Cursor{
"mcpServers": {
"firecrawl": {
"url": "https://mcp.firecrawl.dev/v2/mcp"
}
}
}Open Cursor Settings, select MCP, and confirm firecrawl is connected.
Add this remote server configuration to your global or project config.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"firecrawl": {
"type": "remote",
"url": "https://mcp.firecrawl.dev/v2/mcp",
"enabled": true
}
}
}Then run opencode mcp list and confirm firecrawl is connected.
免密钥 MCP 受到限流,仅提供搜索、抓取和解析功能。添加 API 密钥可解锁完整工具集或更高限额。
添加 API 密钥#
创建 Firecrawl API 密钥,然后将其作为 Bearer 令牌发送至同一端点:
验证连接#
打开客户端的 MCP 状态或工具列表,确认 firecrawl 已连接。免密钥连接会显示 firecrawl_search、firecrawl_scrape 和 firecrawl_parse;使用 API 密钥连接可使用完整工具集,具体取决于套餐、部署方式和团队策略。
尝试#
如果未显示任何 Firecrawl 工具,请在保存 MCP 配置后重启或重新加载客户端。
更多#
有关当前免密钥额度和套餐限制,请参见限流。

