mcp-server-app-store-connect

abdouldotdev/mcp-server-app-store-connect
★ 0 stars TypeScript API Integration Updated today
MCP server covering the App Store Connect API: listings, localizations, screenshots, review submission, pricing, IAP, reviews and code signing (86 tools)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-app-store": {
      "command": "npx",
      "args": [
        "-y",
        "abdouldotdev/mcp-server-app-store-connect"
      ]
    }
  }
}