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
Add the server:
claude mcp add --transport http --scope user trueclicks https://data.trueclicks.com/mcp/
In a Claude Code session, run
/mcp, select trueclicks, and complete the browser sign-in with your TrueClicks account. You can also runclaude mcp login trueclicksfrom the shell.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
/mcpin a session to reconnect, orclaude mcp get trueclicksto check its status.Most tools ask for approval the first time they run. You can set trusted tools to always-allowed.
