aapl-ads-mcp

andrealufino/aapl-ads-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
MCP server for Apple Search Ads API v5 — read-only, self-hosted
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": {
    "aapl-ads-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "andrealufino/aapl-ads-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that connects Claude (and any MCP-compatible client) to MCP (Model Context Protocol) is an open standard that lets AI assistants call external tools. This server implements the MCP stdio transport and exposes 9 read-only tools that query your Apple Search Ads account — campaigns, ad groups,

Topics

adsappleapple-adsapple-search-adsmcpmodel-context-protocol