Skip to main content

Connecting the TrueClicks MCP to Claude Code (CLI)

Add the TrueClicks MCP to Claude Code with one command and browser OAuth sign-in. No token to paste.

Written by Ales Sturala

The TrueClicks MCP lets you query your TrueClicks data and your linked Google, Microsoft, and Meta Ads accounts from your AI or automation tool. It has Google Ads, Microsoft Ads, and Meta Ads MCPs built in, so one connection covers all of them plus your TrueClicks data. For what it is and what data it reaches, see Using the TrueClicks MCP.

The MCP URL is:

https://data.trueclicks.com/mcp/

Everything is read-only: reporting and analysis only, no changes to your accounts or ad platforms.

Claude Code speaks the MCP HTTP transport natively and handles the OAuth sign-in in your browser. There's no token to copy.


Steps

  1. Add the server:

   claude mcp add --transport http --scope user trueclicks https://data.trueclicks.com/mcp/
  1. In a Claude Code session, run /mcp, select trueclicks, and complete the browser sign-in with your TrueClicks account. You can also run claude mcp login trueclicks from the shell.

  2. Confirm it's connected:

   claude mcp list

Claude Code registers itself with TrueClicks automatically, so you don't create or paste any credential.


Good to know

  • If tools don't appear after adding the server, run /mcp in a session to reconnect, or claude mcp get trueclicks to check its status.

  • Most tools ask for approval the first time they run. You can set trusted tools to always-allowed.


Did this answer your question?