Loading MCP server directory, please wait...
Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.
npx @getmcp/cli add io.github.Happygallo/apple-adsRequires Node.js 18+. Community-contributed server. Review source before installing.
ASA_CLIENT_IDApple Search Ads client ID (starts with SEARCHADS.)
ASA_TEAM_IDApple Search Ads team ID (starts with SEARCHADS.)
ASA_KEY_IDApple Search Ads key ID (UUID)
ASA_PRIVATE_KEY_PATHAbsolute path to your PKCS#8 private key file
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Happygallo/apple-ads": {
"command": "npx",
"args": [
"-y",
"apple-ads-mcp"
],
"env": {
"ASA_CLIENT_ID": "",
"ASA_TEAM_ID": "",
"ASA_KEY_ID": "",
"ASA_PRIVATE_KEY_PATH": "",
"ASA_ORG_ID": ""
}
}
}
}