apple-ads
About
Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ASA_CLIENT_ID ASA_TEAM_ID ASA_KEY_ID ASA_PRIVATE_KEY_PATH ASA_ORG_IDClaude Code
claude mcp add --env ASA_CLIENT_ID= --env ASA_TEAM_ID= --env ASA_KEY_ID= --env ASA_PRIVATE_KEY_PATH= --env ASA_ORG_ID= apple-ads -- npx apple-ads-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"apple-ads","command":"npx","args":["apple-ads-mcp"],"env":{"ASA_CLIENT_ID":"","ASA_TEAM_ID":"","ASA_KEY_ID":"","ASA_PRIVATE_KEY_PATH":"","ASA_ORG_ID":""}}'
JSON
{
"mcpServers": {
"apple-ads": {
"command": "npx",
"args": [
"apple-ads-mcp"
],
"env": {
"ASA_CLIENT_ID": "",
"ASA_TEAM_ID": "",
"ASA_KEY_ID": "",
"ASA_PRIVATE_KEY_PATH": "",
"ASA_ORG_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.