Skip to content
Gemini CLI

Apple Ads MCP for Gemini CLI

io.github.zelentsov-dev/apple-ads-mcp

Local Apple Ads research, optimization, and receipt-gated App Store campaign management.

client:Gemini CLI transport:stdio runtime:oci

Install Apple Ads MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apple-ads-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.6"
      ],
      "env": {
        "APPLE_ADS_MCP_CONFIG": "<APPLE_ADS_MCP_CONFIG>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Apple Ads MCP in other clients