キーレスで試す#
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にはレート制限があり、Search、スクレイピング、解析を利用できます。API キーを追加すると、すべてのツールとより高い制限を利用できます。
APIキーを追加する#
Firecrawl APIキーを作成し、同じエンドポイントにBearerトークンとして送信します。
接続を確認する#
クライアントのMCPステータスまたはツール一覧を開き、firecrawl が接続されていることを確認します。キーレス接続では firecrawl_search、firecrawl_scrape、firecrawl_parse が表示されます。APIキーを使用する接続では、プラン、デプロイ、チームポリシーに応じて、すべてのツール機能を利用できます。
試す#
Firecrawl ツールが表示されない場合は、MCP 構成を保存した後、クライアントを再起動するか再読み込みしてください。
その他#
現在のキーレスアクセスの利用可能枠とプランの制限については、レート制限を参照してください。

