Skip to content
Firecrawl Docs
Firecrawl Docs
エージェントハーネス

Claude Code での MCP によるウェブ検索とスクレイピング

2分で Claude Code にウェブ検索とスクレイピングを追加

Firecrawl の MCP を使って、Claude Code にウェブ検索とスクレイピング機能を追加します。

firecrawl.dev/app にサインアップし、APIキーをコピーします。

オプション A: リモートでホストされた URL (推奨)

claude mcp add --transport http firecrawl https://mcp.firecrawl.dev/v2/mcp-oauth

サーバーを追加した後、Claude Code で /mcp を使用して Firecrawl へのサインインを完了してください。

オプション B: ローカル (npx)

claude mcp add firecrawl -e FIRECRAWL_API_KEY=your-api-key -- npx -y [email protected]

your-api-key を実際の Firecrawl APIキーに置き換えてください。

完了です!これで Claude Code からウェブを検索・スクレイピングできます。

Claude Codeで以下を試してください:

ウェブを検索する:

Search for the latest Next.js 15 features

ページをスクレイピングする:

Scrape firecrawl.dev and tell me what it does

ドキュメントを取得:

Find and scrape the Stripe API docs for payment intents

Claude は、情報を取得するために Firecrawl の検索ツールとスクレイピングツールを自動的に使用します。

Was this page helpful?Suggest editsRaise issue