Ad Loop MCP Server

The AI command center for Google Ads, Reddit Ads, GA4, and tracking code. An MCP server that gives your AI assistant read + write access to Google Ads, Reddit Ads and GA4 - with safety guardrails that prevent accidental spend. It is available as a remote MCP endpoint.

Teams that work with ga4, google ads and marketing and want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 264 · #35 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Ad Loop

before you install - you'll need

ADLOOP_TOOLSETS

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add klosk-adloop --transport http https://mcp.getadloop.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "klosk-adloop": {
      "url": "https://mcp.getadloop.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.getadloop.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.getadloop.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace com.getadloop - domain-verified with the official MCP registry

03 · What Ad Loop can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.15.0 · 2026-09-16

Google Ads without a developer token · Google sunset developer tokens on 9 September 2026. API access now belongs · to the Google Cloud project that owns your OAuth client, the header is · optional and ignored, and a…

v0.14.0 · 2026-09-13

Reddit Ads is now a second ad platform · Everything AdLoop does for Google Ads, it now does for Reddit Ads through the · same assistant and the same safety gate: every write is a preview, every · apply needs…

v0.13.3 · 2026-09-08

Your Google Ads campaigns may be targeting the wrong language · The Common Language IDs table that ships in the orchestration rules had · five of its eight rows wrong. Italian and Spanish were transposed; Dutch…

04 · Who maintains Ad Loop

AdLoop is maintained by klosk. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
data & analytics - ranked #35 of 81 actively-maintained data & analytics servers as of 2026-09-18.
release cadence
8 releases in the last 90 days (latest 2026-09-16)
registry
com.getadloop/adloop (active, first published 2026-09-06)

06 · Ad Loop FAQ

What is Ad Loop?

The AI command center for Google Ads, Reddit Ads, GA4, and tracking code. An MCP server that gives your AI assistant read + write access to Google Ads, Reddit Ads and GA4 - with safety guardrails that prevent accidental spend. It is available as a remote MCP endpoint.

Is Ad Loop still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Ad Loop?

Run `claude mcp add klosk-adloop --transport http https://mcp.getadloop.com/mcp`. The README documents one environment variable (ADLOOP_TOOLSETS) to set first. You can also paste the ready-made client config above.

Does Ad Loop require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Ad Loop