Back to Browse

Apple Ads MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Apple Search Ads client ID (starts with SEARCHADS.)Optional

Environment variable: ASA_CLIENT_ID

Apple Search Ads team ID (starts with SEARCHADS.)Optional

Environment variable: ASA_TEAM_ID

Apple Search Ads key ID (UUID)Optional

Environment variable: ASA_KEY_ID

Absolute path to your PKCS#8 private key fileOptional

Environment variable: ASA_PRIVATE_KEY_PATH

Organization ID (optional, use list_organizations to switch at runtime)Optional

Environment variable: ASA_ORG_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-happygallo-apple-ads": {
      "env": {
        "ASA_KEY_ID": "your-asa-key-id-here",
        "ASA_ORG_ID": "your-asa-org-id-here",
        "ASA_TEAM_ID": "your-asa-team-id-here",
        "ASA_CLIENT_ID": "your-asa-client-id-here",
        "ASA_PRIVATE_KEY_PATH": "your-asa-private-key-path-here"
      },
      "args": [
        "-y",
        "apple-ads-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Apple Ads MCP Server - Manage Apple Search Ads campaigns, keywords, budgets, and | MCP Marketplace