Skip to content
Zed

apple ads for Zed

io.github.happygallo/apple-ads

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

client:Zed transport:stdio runtime:npm

Install apple ads in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "apple-ads": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

apple ads in other clients