> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/mcp/ja/exoclick-mcp-connecting-ai-client.md).

# AIクライアントの接続

## 前提条件 <a href="#prerequisites" id="prerequisites"></a>

接続する前に、有効な [**ExoClickの広告主アカウント**](/advertisers/advertisers-introduction.md). アカウントをお持ちでない場合は、無料で登録できます [**こちら。**](https://www.exoclick.com/signup/)

## 手順 <a href="#instructions" id="instructions"></a>

ExoClick MCPサーバーのURLは次のとおりです：

```
https://mcp.exoclick.com/mcp
```

以下は、最も一般的なAIクライアント向けのセットアップ手順です。

### Claude（Claude.ai と Claude Desktop） <a href="#claude-claudeai-and-claude-desktop" id="claude-claudeai-and-claude-desktop"></a>

ClaudeはMCPコネクタをネイティブにサポートしています。接続するには：

1. Claudeを開き、 **カスタマイズ** セクションに移動し、 **コネクタ**.
2. 次の **+** アイコンをクリックしてコネクタを追加し、次に **カスタムコネクタを追加**.
3. 名前とURLを入力してください： <https://mcp.exoclick.com/mcp>. ExoClick がコネクタ一覧に追加されます。
4. クリック **接続**. アクセスを許可するため、ExoClickの管理パネルにリダイレクトされます。
5. 認証が完了すると、Claudeに戻り、接続が有効になります。

### ChatGPT <a href="#chatgpt" id="chatgpt"></a>

ChatGPTはAppsを通じてMCPコネクタをサポートしています。接続するには：

1. ChatGPTを開き、 **設定**、次に **Apps**、さらに **Apps**
2. クリック **詳細設定** を開いて **開発者モード**.
3. を有効にし、Appsに戻って次をクリックします **アプリを作成**
4. 名前とURLを入力してください： <https://mcp.exoclick.com/mcp>
5. 次の **「内容を理解し、続行したいです」** チェックボックスにチェックを入れ、次に **作成**. アクセスを許可するため、ExoClickの管理パネルにリダイレクトされます。
6. 認証が完了すると、ChatGPTに戻り、接続が有効になります。

### Cursor <a href="#cursor" id="cursor"></a>

CursorはMCPコネクタをネイティブにサポートしています。接続するには：

1. Cursorを開き、 **Agents**をクリックし、 **MCP** 次に **+** アイコン-
2. 選択し、 **カスタム接続を追加**、次に名前とURLを入力してください： <https://mcp.exoclick.com/mcp>
3. クリック **MCPを追加**. ExoClickは接続済みMCPの一覧に表示されます。
4. 次の **ログイン** ボタンを追加したMCPの横にある。アクセスを許可するため、ExoClick管理パネルにリダイレクトされます。
5. 認証が完了すると、Cursorに戻り、接続が有効になります。

### Claude Code <a href="#claude-code" id="claude-code"></a>

コマンドラインからClaude Codeを使用している場合、1つのコマンドでExoClick MCPサーバーを追加できます：

```
claude mcp add exoclick https://mcp.exoclick.com/mcp --transport http
```

セッション内でExoClickサーバーを初めて使用すると、Claudeが自動的にExoClick管理パネル経由での認証を求めます。初回使用前に手動で認証することもできます：

1. claudeを実行して対話型セッションを開始します。
2. 次の `/mcp` コマンドを実行します。
3. ExoClickサーバーを選択します。
4. Authorizeをクリックします。

### その他のAIクライアント <a href="#other-ai-clients" id="other-ai-clients"></a>

| **項目**     | **値**                           |
| ---------- | ------------------------------- |
| サーバーURL    | <https://mcp.exoclick.com/mcp>  |
| トランスポート    | ストリーミング可能なHTTP                  |
| インプレッション配信 | OAuth（ExoClick管理パネルにリダイレクトされます） |

カスタムMCPコネクタの追加方法については、ご利用のAIクライアントのドキュメントを参照してください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/mcp/ja/exoclick-mcp-connecting-ai-client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
