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

# ClaudeでFirecrawl MCPを使う

> OAuthでClaudeをFirecrawlに接続

リモートアカウントコネクタを使って、ClaudeにFirecrawlの機能を追加できます。

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

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

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

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

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

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

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

Claude がブラウザで Firecrawl を開きます。サインインし、使用するチームを選択して、アクセスを承認してください。生の APIキーがコネクタの URL に含まれることはありません。エンドポイントの仕様やその他の対応モードについては、[MCP クライアントをアカウントに接続](/ja/developer-guides/mcp-setup-guides/oauth) を参照してください。

<div id="2-enable-in-conversation">
  ### 2. 会話で有効にする
</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の検索ツールとスクレイピングツールを自動的に使って情報を取得します。
