Apple Ads MCP
Rank #7,345io.github.zelentsov-dev/apple-ads-mcp
Local Apple Ads research, optimization, and receipt-gated App Store campaign management.
Apple Ads MCP is a Model Context Protocol (MCP) server published by zelentsov-dev. It ranks #7,345 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Apple Ads MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 24, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 108,115 of 115,460 servers on MCP Toplist.
Use Apple Ads MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add apple-ads-mcp -e "APPLE_ADS_MCP_CONFIG=<your APPLE_ADS_MCP_CONFIG>" -- docker run -i --rm ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.2Replace each placeholder with your own value before saving.
[mcp_servers.apple-ads-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.2"]
[mcp_servers.apple-ads-mcp.env]
APPLE_ADS_MCP_CONFIG = "<your APPLE_ADS_MCP_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apple-ads-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.2"
],
"env": {
"APPLE_ADS_MCP_CONFIG": "<your APPLE_ADS_MCP_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apple-ads-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.2"
],
"env": {
"APPLE_ADS_MCP_CONFIG": "<your APPLE_ADS_MCP_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"apple-ads-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.2"
],
"env": {
"APPLE_ADS_MCP_CONFIG": "<your APPLE_ADS_MCP_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apple-ads-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.2"
],
"env": {
"APPLE_ADS_MCP_CONFIG": "<your APPLE_ADS_MCP_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apple-ads-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zelentsov-dev/apple-ads-mcp:v0.3.2"
],
"env": {
"APPLE_ADS_MCP_CONFIG": "<your APPLE_ADS_MCP_CONFIG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zelentsov-dev%2Fapple-ads-mcp)<a href="https://mcptoplist.com/server/io.github.zelentsov-dev%2Fapple-ads-mcp"><img src="https://mcptoplist.com/badge/io.github.zelentsov-dev%2Fapple-ads-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
zelentsov-dev
Other servers by zelentsov-dev
View all zelentsov-dev servers →Available versions (4)
| Version | Published |
|---|---|
| 0.3.2 | Aug 27, 2026 |
| 0.3.1 | Aug 26, 2026 |
| 0.2.0 | Aug 25, 2026 |
| 0.1.0 | Aug 24, 2026 |
Frequently asked questions
- Who maintains Apple Ads MCP?
- Apple Ads MCP is maintained by zelentsov-dev, which publishes 3 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Apple Ads MCP listed on the Official MCP Registry?
- Yes — Apple Ads MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Apple Ads MCP have?
- MCP Toplist tracks 4 versions of Apple Ads MCP, most recently published on Aug 27, 2026.
- Where can I find the source code for Apple Ads MCP?
- The source code for Apple Ads MCP is hosted at github.com/zelentsov-dev/apple-ads-mcp.