> ## 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.

# Claude.aiでMCP Web Search & Scrapeを使う

> 2分でClaude.ai（Co-work）にWebスクレイピングと検索を追加

カスタムコネクタを使って、Firecrawl MCPでClaude.aiにWebスクレイピングと検索機能を追加できます。

<Note>
  Claude Codeのセットアップをお探しですか？代わりに[Claude Code
  ガイド](/ja/quickstarts/claude-code)をご覧ください。
</Note>

<div id="quick-setup">
  ## クイックスタート
</div>

<div id="1-get-your-api-key">
  ### 1. APIキーを取得する
</div>

[firecrawl.dev/app/api-keys](https://www.firecrawl.dev/app/api-keys) で登録し、APIキーをコピーします。

<div id="2-add-custom-connector">
  ### 2. カスタムコネクタを追加
</div>

Claude.ai の [設定 > Connectors](https://claude.ai/settings/connectors) に移動し、**カスタムコネクタを追加** をクリックします。

コネクタの詳細を入力します。

* **URL:** `https://mcp.firecrawl.dev/YOUR_API_KEY/v2/mcp`
* **OAuth Client ID:** 空欄のままにします
* **OAuth Client Secret:** 空欄のままにします

URL 内の `YOUR_API_KEY` を、実際の [Firecrawl APIキー](https://www.firecrawl.dev/app/api-keys) に置き換えてください。APIキーは URL に直接埋め込まれているため、追加の認証フィールドは不要です。

コネクタを保存するには、**Add** をクリックします。

<Tip>
  **APIキーを URL に含めたくない場合は？** 代わりに、キーなしの endpoint `https://mcp.firecrawl.dev/v2/mcp` を使用してください (OAuth フィールドは引き続き空欄のままにします) 。Claude.ai がブラウザウィンドウを開くので、Firecrawl にサインインしてコネクタを認可してください。詳しくは [Connect MCP Clients with OAuth](/ja/developer-guides/mcp-setup-guides/oauth) を参照してください。
</Tip>

<div id="3-enable-in-conversation">
  ### 3. 会話で有効にする
</div>

Claude.ai のいずれかの会話で、左下の **+** ボタンをクリックし、**Connectors** を開いて Firecrawl コネクタを有効にします。

<div id="quick-demo">
  ## クイックデモ
</div>

Firecrawlコネクタを有効にした状態で、次のプロンプトを試してください。

**ウェブを検索:**

```
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の検索ツールとスクレイピングツールを自動的に使って情報を取得します。
