mcpbeat Sign in

Apple Ads MCP Server

by happygallo Your server? Claim it
local only

Apple Ads runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from npm. Last commit 17 Mar 2026.

Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

Installs per day peak 25 · avg 9 · +30% w/w
a month agotoday
75
Installs / week
npm · apple-ads-mcp
7
Stars
0 open issues
17 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Apple Ads every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apple-ads -- npx -y apple-ads-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-ads": {
      "args": [
        "-y",
        "apple-ads-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-ads]
command = "npx"
args = ["-y", "apple-ads-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-ads": {
      "args": [
        "-y",
        "apple-ads-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-ads": {
      "args": [
        "-y",
        "apple-ads-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ASA_CLIENT_ID (Apple Search Ads client ID (starts with SEARCHADS.)), ASA_TEAM_ID (Apple Search Ads team ID (starts with SEARCHADS.)), ASA_KEY_ID (Apple Search Ads key ID (UUID)), ASA_PRIVATE_KEY_PATH (Absolute path to your PKCS#8 private key file), ASA_ORG_ID (Organization ID (optional, use list_organizations to switch at runtime)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Apple Ads

same job, measured the same way
Apple Search Ads
by b77

Manage Apple Ads campaigns and reporting in chat.

answering
Amazonads MCP
by cprice70

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

34 installs/wk local only
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

79 installs/wk local only
Yandex Direct MCP
by ai-hub-open

MCP server for Yandex Direct API: campaigns, ads, keywords, bids, reports. Click.ru or OAuth.

39 installs/wk local only
C
PulsyAI
by pulseem

Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem.

3 tools answering
Google Adwords
by codechap

MCP server for Google Ads campaign and budget management

local only
Mailchimp MCP Server
by cyanheads

Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports.

101 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only

Apple Ads — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Ads?
Apple Ads runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package apple-ads-mcp was installed 75 times last week.
How do I connect Apple Ads?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apple-ads-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Apple Ads?
The npm package apple-ads-mcp was installed 75 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple Ads open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.