> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl-claude-eager-dijkstra-8bz2qg.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Antigravity での MCP Web Search とスクレイピング

> Google Antigravity に Firecrawl のWebスクレイピングと検索を追加

ホスト型 MCP サーバーを介して、Firecrawl のキーレス Search、スクレイピング、Parse ツールを [Google Antigravity](https://antigravity.google/) に追加します。

<div id="quick-setup">
  ## クイックセットアップ
</div>

Antigravity の設定 (`Cmd/Ctrl + ,`) を開き、**MCP Servers** を検索して、以下を追加します。

```json theme={null}
{
  "mcpServers": {
    "firecrawl": {
      "serverUrl": "https://mcp.firecrawl.dev/v2/mcp"
    }
  }
}
```

ウィンドウを再読み込みし、`firecrawl_search`、`firecrawl_scrape`、`firecrawl_parse` が利用可能であることを確認します。

キーレスアクセスには、同じパブリック IP を使用するユーザー間で共有される制限があります。対話型クライアントから [For Humans](/ja/mcp-server/oauth) でサインインするか、ユーザー操作なしで利用するには [API キーを追加](/ja/mcp-server/keyless#add-an-api-key) してください。

<div id="try-it">
  ## 試してみる
</div>

```text theme={null}
Use Firecrawl to search for the latest Vercel AI SDK release notes and summarize the sources.
```

```text theme={null}
Scrape https://docs.firecrawl.dev/ai-onboarding and list the linked guides.
```

<div id="troubleshooting">
  ## トラブルシューティング
</div>

* **Server が失敗と表示される:** hosted URL を確認し、MCP の出力パネルを確認してください。
* **クロールまたは他のツールが表示されない:** キーレスで利用できるのは Search、スクレイピング、Parse のみです。より幅広いツールを利用するには、OAuth または API key で接続してください。
