Connecting AI client
Prerequisites
Before connecting, make sure you have an active ExoClick advertiser account.. If you don't have an account, you can sign up for free here.
Instructions
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)
Claude supports MCP connectors natively. To connect:
- Open Claude, go to the Customize section and click Connectors.
- Click the + icon to add a connector, then choose Add Custom Connector.
- Enter a name and the URL: https://mcp.exoclick.com/mcp. ExoClick will be added to the list of connectors.
- Click Connect. You will be redirected to the ExoClick admin panel to authorize access.
- Once authorized, you will be returned to Claude and the connection will be active.
ChatGPT
ChatGPT supports MCP connectors through its Apps. To connect:
- Open ChatGPT, go to Settings, then Apps, and then Apps
- Click Advanced Settings and enable Developer Mode.
- Go back to Apps then click Create app
- Enter a name and the URL: https://mcp.exoclick.com/mcp
- 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.
- Once authorized, you will be returned to ChatGPT and the connection will be active.
Cursor
Cursor supports MCP connectors natively. To connect:
- Open Cursor, go to Agents, click MCP and then click the + icon-
- Choose Add a Custom connection, then enter a name and the URL: https://mcp.exoclick.com/mcp
- Click Add MCP. ExoClick will appear in the list of connected MCPs.
- Click the Login button next to the MCP you added. You will be redirected to ExoCLick admin panel to authorize access.
- Once authorized, you will be returned to Cursor and the connection will be active.
Claude Code
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:
- Start an interactive session by running claude.
- Run the
/mcpcommand. - Select the ExoClick server.
- Click Authorize.
Other AI clients
| 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.