asa-mcp

TrialAndErrorAI/asa-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Code Mode MCP server for Apple Search Ads — 2 tools, hand-built OpenAPI spec (Apple does not publish one)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "asa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "TrialAndErrorAI/asa-mcp"
      ]
    }
  }
}

README Excerpt

Code Mode MCP server for **Apple Search Ads Campaign Management API**. Two tools (`search` + `execute`), hand-built OpenAPI spec. Apple publishes an official OpenAPI for **App Store Connect** (923 endpoints) but NOT for **Apple Search Ads**. This MCP hand-builds the spec from the endpoints Trial and Error Inc. actually uses. Ship minimal, expand on demand.

Topics

appleapple-search-adsclaudecode-modeiosmcpmodel-context-protocol