Apple Ads Mcp
@Happygallo
About Apple Ads Mcp
MCP server for Apple Search Ads API v5 — manage campaigns, keywords, budgets, and reports through AI assistants
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"apple-ads": {
"command": "npx",
"args": [
"-y",
"apple-ads-mcp"
],
"env": {
"ASA_CLIENT_ID": "SEARCHADS.xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"ASA_TEAM_ID": "SEARCHADS.xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"ASA_KEY_ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"ASA_PRIVATE_KEY_PATH": "/Users/yourname/apple-ads-key-pkcs8.pem"
}
}
}
}Tools
63
6
11
7
5
2
Overview
What is Apple Ads Mcp?
Apple Ads Mcp is an MCP server for the Apple Search Ads API v5. It connects to Claude (or other MCP clients) to let you manage campaigns, keywords, budgets, and reporting through natural language. It provides 54 tools, 3 resources, and 6 built-in prompts.
How to use Apple Ads Mcp?
Obtain Apple credentials (clientId, teamId, keyId) from the Apple Search Ads API tab, generate a private/public key pair with OpenSSL, and upload the public key. Then add the server to your MCP client’s configuration (e.g., Claude Desktop claude_desktop_config.json) using environment variables ASA_CLIENT_ID, ASA_TEAM_ID, ASA_KEY_ID, and ASA_PRIVATE_KEY_PATH (or ASA_PRIVATE_KEY for inline PEM). Start chatting in natural language.
Key features of Apple Ads Mcp
- Campaign and ad group management (create, update, pause, delete)
- Keyword optimization: add/remove targeting and negative keywords
- Performance reporting by campaign, ad group, keyword, ad, and geo
- Search term analysis to see actual user queries
- Creative management including product pages
- Budget order creation, updates, and utilization analysis
- Impression share report generation and retrieval
- Multi‑org support: switch organizations at runtime
Use cases of Apple Ads Mcp
- Ask “How did my campaigns perform last week?” to get performance reports
- “Pause the brand campaign and increase the budget on discovery to $500.”
- “What search terms are triggering my ads? Add the best ones as exact‑match keywords.”
- Run a campaign health check or keyword optimization workflow using built‑in prompts
- Reallocate budgets across campaigns or analyze geo expansion opportunities
FAQ from Apple Ads Mcp
What credentials do I need to set up the server?
You need a clientId, teamId, and keyId from the Apple Search Ads API tab, plus a private key generated via OpenSSL and uploaded to Apple.
How do I switch between multiple organizations?
Omit the ASA_ORG_ID environment variable from your config, then use
More Other MCP servers
ICSS
chokcoco不止于 CSS
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments