mcp-appstoreconnect

manoharnikkam/mcp-appstoreconnect
★ 0 stars Python 🔌 API Integration Updated 1d ago
MCP server for Apple App Store Connect API — list apps, builds, crash logs, TestFlight groups, and customer reviews. Zero-install via uvx.
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": {
    "mcp-appstoreconnect": {
      "command": "uvx",
      "args": [
        "mcp-appstoreconnect"
      ]
    }
  }
}

Or install with pip: pip install mcp-appstoreconnect