io.github.Happygallo/apple-ads MCP Server
io.github.Happygallo/apple-ads
What is the io.github.Happygallo/apple-ads MCP server?
Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.
How to install io.github.Happygallo/apple-ads
Copy-paste configuration for popular MCP clients.
ASA_CLIENT_IDrequiredApple Search Ads client ID (starts with SEARCHADS.)
ASA_TEAM_IDrequiredApple Search Ads team ID (starts with SEARCHADS.)
ASA_KEY_IDrequiredApple Search Ads key ID (UUID)
ASA_PRIVATE_KEY_PATHrequiredAbsolute path to your PKCS#8 private key file
ASA_ORG_IDOrganization ID (optional, use list_organizations to switch at runtime)
{
"mcpServers": {
"apple-ads": {
"command": "npx",
"args": [
"-y",
"apple-ads-mcp"
],
"env": {
"ASA_CLIENT_ID": "<YOUR_ASA_CLIENT_ID>",
"ASA_TEAM_ID": "<YOUR_ASA_TEAM_ID>",
"ASA_KEY_ID": "<YOUR_ASA_KEY_ID>",
"ASA_PRIVATE_KEY_PATH": "<YOUR_ASA_PRIVATE_KEY_PATH>",
"ASA_ORG_ID": "<YOUR_ASA_ORG_ID>"
}
}
}
}{
"mcpServers": {
"apple-ads": {
"command": "npx",
"args": [
"-y",
"apple-ads-mcp"
],
"env": {
"ASA_CLIENT_ID": "<YOUR_ASA_CLIENT_ID>",
"ASA_TEAM_ID": "<YOUR_ASA_TEAM_ID>",
"ASA_KEY_ID": "<YOUR_ASA_KEY_ID>",
"ASA_PRIVATE_KEY_PATH": "<YOUR_ASA_PRIVATE_KEY_PATH>",
"ASA_ORG_ID": "<YOUR_ASA_ORG_ID>"
}
}
}
}{
"mcpServers": {
"apple-ads": {
"command": "npx",
"args": [
"-y",
"apple-ads-mcp"
],
"env": {
"ASA_CLIENT_ID": "<YOUR_ASA_CLIENT_ID>",
"ASA_TEAM_ID": "<YOUR_ASA_TEAM_ID>",
"ASA_KEY_ID": "<YOUR_ASA_KEY_ID>",
"ASA_PRIVATE_KEY_PATH": "<YOUR_ASA_PRIVATE_KEY_PATH>",
"ASA_ORG_ID": "<YOUR_ASA_ORG_ID>"
}
}
}
}{
"servers": {
"apple-ads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apple-ads-mcp"
],
"env": {
"ASA_CLIENT_ID": "<YOUR_ASA_CLIENT_ID>",
"ASA_TEAM_ID": "<YOUR_ASA_TEAM_ID>",
"ASA_KEY_ID": "<YOUR_ASA_KEY_ID>",
"ASA_PRIVATE_KEY_PATH": "<YOUR_ASA_PRIVATE_KEY_PATH>",
"ASA_ORG_ID": "<YOUR_ASA_ORG_ID>"
}
}
}
}claude mcp add apple-ads --env ASA_CLIENT_ID=<YOUR_ASA_CLIENT_ID> --env ASA_TEAM_ID=<YOUR_ASA_TEAM_ID> --env ASA_KEY_ID=<YOUR_ASA_KEY_ID> --env ASA_PRIVATE_KEY_PATH=<YOUR_ASA_PRIVATE_KEY_PATH> --env ASA_ORG_ID=<YOUR_ASA_ORG_ID> -- npx -y apple-ads-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.