Skip to content
Grok

apple ads for Grok

io.github.happygallo/apple-ads

Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

client:Grok transport:stdio runtime:npm

Install apple ads in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "apple-ads": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "apple-ads-mcp"
      ],
      "env": {
        "ASA_CLIENT_ID": "<ASA_CLIENT_ID>",
        "ASA_TEAM_ID": "<ASA_TEAM_ID>",
        "ASA_KEY_ID": "<ASA_KEY_ID>",
        "ASA_PRIVATE_KEY_PATH": "<ASA_PRIVATE_KEY_PATH>",
        "ASA_ORG_ID": "<ASA_ORG_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

apple ads in other clients