If you're shipping mobile apps to China, you know the pain of dealing with a dozen different store APIs, each with their own auth flow, upload format, and compliance requirements. This server wraps Google Play, App Store, Huawei AppGallery, and 10+ Chinese Android stores (Xiaomi, OPPO, vivo, etc.) into a unified MCP interface. You get tools for connecting stores with OAuth credentials, uploading APK/AAB/IPA builds, running pre-submission compliance checks, and querying review status across platforms. It handles the tedious stuff like token refresh and idempotency so you can ask Claude to publish a new version and actually have it work across all your distribution channels.
SHIPKIT_API_KEYsecretShipKit API key for authentication
SHIPKIT_DB_PATHPath to SQLite database file (default: ~/.shipkit/jobs.db)