Skip to content
Cursor

Apple Ads MCP for Cursor

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

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

client:Cursor transport:stdio runtime:oci

Install Apple Ads MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "apple-ads-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apple Ads MCP in other clients