メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt

Use this file to discover all available pages before exploring further.

MCP 経由で、Firecrawl の検索、スクレイピング、クロール、ブラウザツールを Google Antigravity に追加します。

クイックスタート

1. APIキーを取得する

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

2. Antigravity に Firecrawl を追加する

Antigravity の設定 (Cmd/Ctrl + ,) を開き、MCP Servers を検索して、次の内容で新しいサーバーを追加します。
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": ["-y", "firecrawl-mcp"],
      "env": {
        "FIRECRAWL_API_KEY": "fc-YOUR-API-KEY"
      }
    }
  }
}
fc-YOUR-API-KEY をご自身の Firecrawl APIキーに置き換えてください。

3. Antigravity を再読み込み

ウィンドウを再読み込みします (Cmd/Ctrl + Shift + PReload Window) 。これで、エージェントは Firecrawl のウェブツールを利用できるようになります。

クイックデモ

Antigravity エージェントのチャットで:
Search the web for "Vercel AI SDK v5 release notes" and summarize.
Scrape https://docs.firecrawl.dev/ai-onboarding and list every linked guide.
Crawl https://example.com and extract every page title.
Antigravity は、それらのツール呼び出しを自動的に Firecrawl MCP 経由でルーティングします。

リモートホストのURL (Node.js不要)

{
  "mcpServers": {
    "firecrawl": {
      "url": "https://mcp.firecrawl.dev/fc-YOUR-API-KEY/v2/mcp"
    }
  }
}

トラブルシューティング

  • サーバーが “failed” と表示される — stderr は MCP の出力パネルで確認してください。原因の多くは、API キーの不足か、npxPATH に含まれていないことです。
  • ツールが呼び出されない — エージェントが適切なツールを選べるよう、最初のプロンプトで Firecrawl に明示的に触れてください (例: “Use Firecrawl to scrape…”) 。