Odel
Apple Ads MCP

Apple Ads MCP

Local
@zelentsov-dev4GoMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.6

Run

docker run -i --rm ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.6

MCP client config

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