> 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/zh/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 通过其应用支持 MCP 连接器。要连接：

1. 打开 ChatGPT，前往 **设置**，然后 **应用**，然后 **应用**
2. 点击 **高级设置** 并启用 **开发者模式**.
3. 返回“应用”，然后点击 **创建应用**
4. 输入名称和 URL： <https://mcp.exoclick.com/mcp>
5. 勾选 **“我理解并且我想继续”** 复选框，然后点击 **创建**。您将被重定向到 ExoClick 管理面板以授权访问。
6. 授权后，您将返回 ChatGPT，连接将生效。

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

Cursor 原生支持 MCP 连接器。要连接：

1. 打开 Cursor，前往 **代理**，点击 **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，只需一条命令即可添加 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> |
| 传输方式    | 可流式 HTTP                       |
| 展示分发    | OAuth（重定向到 ExoClick 管理面板）      |

请参阅您的 AI 客户端文档，了解如何添加自定义 MCP 连接器。


---

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