> 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/exoclick-mcp-connecting-ai-client.md).

# Connecting AI client

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before connecting, make sure you have an active [**ExoClick advertiser account**](/advertisers/advertisers-introduction.md). If you don't have an account, you can sign up for free [**here.**](https://www.exoclick.com/signup/)

## Instructions <a href="#instructions" id="instructions"></a>

The ExoClick MCP Server URL is:

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

Below are setup instructions for the most popular AI clients.

### Claude (Claude.ai and Claude Desktop) <a href="#claude-claudeai-and-claude-desktop" id="claude-claudeai-and-claude-desktop"></a>

Claude supports MCP connectors natively. To connect:

1. Open Claude, go to the **Customize** section and click **Connectors**.
2. Click the **+** icon to add a connector, then choose **Add Custom Connector**.
3. Enter a name and the URL: <https://mcp.exoclick.com/mcp>. ExoClick will be added to the list of connectors.
4. Click **Connect**. You will be redirected to the ExoClick admin panel to authorize access.
5. Once authorized, you will be returned to Claude and the connection will be active.

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

ChatGPT supports MCP connectors through its Apps. To connect:

1. Open ChatGPT, go to **Settings**, then **Apps**, and then **Apps**
2. Click **Advanced Settings** and enable **Developer Mode**.
3. Go back to Apps then click **Create app**
4. Enter a name and the URL: <https://mcp.exoclick.com/mcp>
5. Tick the **"I understand and I want to continue"** checkbox, then click **Create**. You will be redirected to the ExoClick admin panel to authorize access.
6. Once authorized, you will be returned to ChatGPT and the connection will be active.

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

Cursor supports MCP connectors natively. To connect:

1. Open Cursor, go to **Agents**, click **MCP** and then click the **+** icon-
2. Choose **Add a Custom connection**, then enter a name and the URL: <https://mcp.exoclick.com/mcp>
3. Click **Add MCP**. ExoClick will appear in the list of connected MCPs.
4. Click the **Login** button next to the MCP you added. You will be redirected to ExoCLick admin panel to authorize access.
5. Once authorized, you will be returned to Cursor and the connection will be active.

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

If you use Claude Code from the command line, you can add the ExoClick MCP server with a single command:

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

The first time you use the ExoClick server in a session, Claude will automatically prompt you to authorise via the ExoClick admin panel. You can also authorise manually before first use:

1. Start an interactive session by running claude.
2. Run the `/mcp` command.
3. Select the ExoClick server.
4. Click Authorize.

### Other AI clients <a href="#other-ai-clients" id="other-ai-clients"></a>

| **Field**               | **Value**                                 |
| ----------------------- | ----------------------------------------- |
| Server URL              | <https://mcp.exoclick.com/mcp>            |
| Transport               | Streamable HTTP                           |
| Impression Distribution | OAuth (redirects to ExoClick admin panel) |

Refer to your AI client's documentation for instructions on adding a custom MCP connector.


---

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