Connect Claude & Clients

Highclicks Ads is an MCP server. Any client that supports MCP connectors can use it. The easiest way is with Claude.

The connector URL is always the same: https://highclicks.de/mcp. You can also find it at any time in the app under API-Keys.

claude.ai (Web) & Claude Desktop

  1. Open Settings and then Connectors in Claude.
  2. Choose Add connector (Custom Connector) and enter https://highclicks.de/mcp.
  3. Click Connect. A Highclicks login briefly appears: log in, confirm access, done.
  4. Start a new chat and try: What is my Highclicks status?

The connection runs over OAuth: you never need to copy a token anywhere, and you can revoke access at any time, in Claude (remove connector) or at Highclicks.

Claude Code (Terminal)

Add the server with a single command:

claude mcp add --transport http highclicks https://highclicks.de/mcp

On the first use, authenticate via /mcp in the Claude Code chat (OAuth login in the browser). Alternatively, you can use a manual token, see below.

Other MCP clients (manual token)

For clients without an OAuth flow, generate a manual MCP token in the app under API-Keys and send it as a header:

Authorization: Bearer <dein-token>
  • Transport: Streamable HTTP, endpoint https://highclicks.de/mcp.
  • Treat the token like a password. It grants access to your connected ad accounts.
  • Token compromised? Revoke it under API-Keys and generate a new one.

Getting new features

Clients cache the tool list when they connect. When we ship new tools: disconnect and reconnect the connector once, they will appear. More in the FAQ.