> 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/ja/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 は Plugins を通じて MCP コネクタをサポートしています。接続するには:

1. ChatGPT を開き、 **設定**に移動し、次に **Plugins**、そして **MCPs。**
2. をクリック **+サーバーを追加**をクリックし、名前を入力します。 &#x20;
3. 選択 **Streamable HTTP** を選び、URL を追加します: <https://mcp.exoclick.com/mcp>
4. を押して **保存し、** プラグインメニューに戻ってから、 **認証**. ExoClick の管理パネルにリダイレクトされ、アクセスの承認を行います。
5. をクリックします。承認が完了すると ChatGPT に戻り、接続が有効になります。

{% hint style="info" %}
**注:** ブラウザーアプリを使用している場合は、いくつか違いがあります:

1. 有効にする必要があります **開発者モード** カスタム MCP を追加するには。これらの設定は **セキュリティとログイン** 設定から有効にできます。
2. MCP は、プラグインメニューで **+** アイコンを押して直接追加されます。
   {% endhint %}

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

Cursor はカスタマイズメニューを通じて MCP コネクタをサポートしています。接続するには:

1. Cursor を開き、 **カスタマイズ**をクリックし、 **MCPs** を選択し、次に **新しい MCP サーバー**.
2. 次のオブジェクトを、 **mcp.json** ファイル内の MCP の一覧に追加します:&#x20;

```
"exoclick": {
      "url": "https://mcp.exoclick.com/mcp"
    }
```

3. ファイルを保存します。MCP の一覧に新しく追加された ExoClick コネクタが表示されます。 **認可** ボタンをクリックすると、ExoClick の管理パネルにリダイレクトされ、アクセスの承認が行えます。
4. 承認が完了すると 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. 認可をクリックします。

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

| **項目**   | **値**                             |
| -------- | --------------------------------- |
| サーバー URL | <https://mcp.exoclick.com/mcp>    |
| トランスポート  | Streamable HTTP                   |
| 認証       | OAuth（ExoClick の管理パネルにリダイレクトされます） |

ExoClick の MCP は [Dynamic Client Registration](https://datatracker.ietf.org/doc/html/rfc7591) を使用して **クライアント ID**を発行します。クライアント ID を取得するには、次の URL にリクエストを送信する必要があります: <https://mcp.exoclick.com/register> 次のリクエストボディを使用して:&#x20;

```
{
    "redirect_uris": ["https://client.example.org/callback"],
    // 上記はご利用の AI クライアントのコールバック URI に置き換えてください
    "token_endpoint_auth_method": "none"
}
```

クライアント ID を取得したら、MCP 接続の管理に使用している .json ファイルを更新して、この ID を含めてください。カスタム 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.
