> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evocrawl.com/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スクレイピングと検索を追加

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

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

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

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

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

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

Claude.ai の [設定 > Connectors](https://claude.ai/settings/connectors) に移動し、**Add custom connector** をクリックします。

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

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

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

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

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

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

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

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

**ウェブを検索:**

```
Search for the latest Next.js 15 features
```

**ページをスクレイピング:**

```
Scrape evocrawl.dev and tell me what it does
```

**ドキュメントを見る:**

```
Find and scrape the Stripe API docs for payment intents
```

ClaudeはEvocrawlの検索ツールとスクレイピングツールを自動的に使って情報を取得します。
