メインコンテンツへスキップ
Evocrawl の MCP を使って、Claude Code にウェブ検索とスクレイピング機能を追加します。

クイックセットアップ

1. APIキーを取得する

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

2. Evocrawl MCP サーバーの追加

オプション A: リモートでホストされた URL (推奨)
claude mcp add firecrawl --url https://mcp.evocrawl.com/your-api-key/v2/mcp
オプション B: ローカル (npx)
claude mcp add firecrawl -e FIRECRAWL_API_KEY=your-api-key -- npx -y firecrawl-mcp
your-api-key を実際の Evocrawl API キーに置き換えてください。 完了です!これで Claude Code からウェブを検索・スクレイピングできます。

クイックデモ

Claude Codeで以下を試してください: ウェブを検索する:
Search for the latest Next.js 15 features
ページをスクレイピングする:
Scrape evocrawl.com and tell me what it does
ドキュメントを取得:
Find and scrape the Stripe API docs for payment intents
Claude は、情報を取得するために Evocrawl の検索ツールとスクレイピングツールを自動的に使用します。