appstoreconnect
Integrates with the App Store Connect API to manage Apple's App Store applications, including app details, versions, builds, TestFlight, categories, reviews, and team management.
Provides tools for managing App Store Connect resources such as app metadata, versions, builds, TestFlight testers, customer reviews, and team members.
App Store Connect MCP Server (Swift)
This is a Model Context Protocol (MCP) server built in Swift that integrates with the App Store Connect API.
Through this MCP service, AI assistants (such as Claude, Gemini, etc.) can query and manage various App Store Connect resources directly within your editor — including app details, build versions, TestFlight testing, localization text (subtitles, descriptions, keywords), customer review replies, and team member management — greatly improving development and release automation.
Currently, 78 API tools have been implemented, covering almost all core operations. For the full scope of the App Store Connect API and the current coverage details, see the Core Features & MCP Tools section below.
🚀 Core Features & MCP Tools
This service exposes 78 API tools via MCP, covering almost all key capabilities of App Store Connect.
1. App Metadata & Lifecycle Management
App Basics
List apps (Implemented:
list_apps)Get app details (Implemented:
get_app_details)
App Store Versions
List versions for a given app (Implemented:
list_app_store_versions)Create a new version ready for submission (Implemented:
create_app_store_version)Submit version for App Store review / release (Implemented:
submit_app_store_version)Query version-level localization text (Implemented:
list_app_store_version_localizations)Update version-level localization (Description, Keywords, Promotional Text) (Implemented:
update_app_store_version_localizations)Manage phased releases / progressive updates (Implemented:
manage_phased_release)
App Infos & Categories
Query app info (including category relationships, etc.) (Implemented:
list_app_infos)Query category localization (Implemented:
list_app_info_localizations)Update app subtitle (Implemented:
update_app_info_localizations)List all official App Store category IDs (Implemented:
list_app_categories)Modify app primary category (Implemented:
update_app_info)Manage data privacy declarations and age ratings (Implemented:
get_age_rating_declaration)
Screenshots & Previews
List app screenshot sets (Implemented:
list_app_screenshot_sets)Upload app screenshots (Implemented:
upload_app_screenshot)Delete, reorder screenshots (Implemented:
delete_app_screenshot)Manage app preview sets and assets
Pricing & Availability
Query or modify global pricing tiers (Implemented:
list_app_price_points)Configure territory availability (per-country release / takedown) (Implemented:
get_app_availability,set_app_availability)Manage pre-order status (Implemented:
end_app_pre_order)
2. TestFlight & Beta Testing
Builds
List all builds uploaded from Xcode and their processing status (Implemented:
list_builds)Get the latest build status for a specific version (Implemented:
get_latest_build_info)Update build export compliance declarations (Implemented:
update_build_export_compliance)Update TestFlight "What to Test" notes (Implemented:
update_build_testing_info)
Beta Groups
List beta test groups for an app (Implemented:
list_beta_groups)Automatically create public or internal test groups (Implemented:
create_beta_group)Modify or delete test groups (e.g., enable Public Link invites) (Implemented:
delete_beta_group)
Beta Testers
List all beta testers in a specific group (Implemented:
list_beta_testers)Add existing testers to a group (Implemented:
add_beta_tester_to_group)Add / invite new beta testers (external / internal) (Implemented:
invite_beta_tester)Remove testers from a group or app (Implemented:
remove_beta_tester)
Sandbox Testers
List sandbox Apple ID accounts (Implemented:
list_sandbox_testers)Clear purchase history for a specific sandbox account (Implemented:
clear_sandbox_purchase_history)
3. In-App Purchases & Subscriptions
In-App Purchases (IAP)
List In-App Purchases (Implemented:
list_in_app_purchases)Create consumable, non-consumable, and non-renewing subscription IAPs (Implemented:
create_in_app_purchase)Modify/query IAP pricing schedules (Implemented:
get_iap_price_schedule)Manage IAP localized display names and descriptions (Implemented:
list_iap_versions,create_iap_localization,update_iap_localization)Upload and manage IAP App Store review screenshots (Implemented:
get_iap_review_screenshot,create_iap_review_screenshot)
Auto-Renewable Subscriptions
Create and manage subscription groups and subscription items (Implemented:
list_subscription_groups,create_subscription_group,list_subscriptions_in_group,create_subscription)Configure introductory offers (Implemented:
list_subscription_introductory_offers)Manage promotional offer codes (Implemented:
list_subscription_promotional_offers)Configure win-back offers
Manage subscription localizations (Implemented:
list_subscription_localizations,create_subscription_localization,update_subscription_localization)
4. Ratings & Customer Reviews
Ratings
Get aggregate rating statistics for an app (Implemented:
get_app_rating_summary)
Customer Reviews
Fetch reviews and ratings for a specific app (Implemented:
list_customer_reviews)
Review Replies
Submit or modify developer replies to customer reviews (Implemented:
submit_customer_review_reply)Delete published replies (Implemented:
delete_customer_review_reply)
5. Users, Roles & Permissions
Team Members
List all people and roles under the developer account (Implemented:
list_users)Change team member roles (Implemented:
update_user_role)Restrict non-admin users to specific app visibility (Implemented:
list_user_visible_apps,add_user_visible_apps)
User Invitations
Send email invitations to new team members (Implemented:
invite_team_user)Revoke or delete pending invitations (Implemented:
delete_user_invitation)
6. Reports & Analytics
Download Sales and Trends Reports (CSV) (Implemented:
download_sales_and_trends_reports)Download Finance Reports (Implemented:
download_finance_reports)Query app crash logs and statistics (Implemented:
list_build_diagnostic_signatures)Get power, launch time, memory, and other performance metrics (Implemented:
get_app_perf_metrics)
7. Certificates, Identifiers & Profiles
Create, revoke, download development / distribution certificates (Implemented:
list_certificates)Register and list test device UDIDs (Implemented:
list_devices,register_device)Register Bundle IDs and configure service capabilities (Implemented:
list_bundle_ids,register_bundle_id)Generate, download, and delete provisioning profiles (Implemented:
list_provisioning_profiles)
8. Advanced Marketing Features
Create and configure custom product pages (Implemented:
list_custom_product_pages,create_custom_product_page)Configure App Store A/B test experiments (Implemented:
list_version_experiments,create_version_experiment)Create in-app event promotions
Related MCP server: app-publish-mcp
🧠 AI Agent Skills (Customizations)
This repository includes custom agent skills that provide domain-specific guidance for AI assistants (such as Claude, Gemini, Roo Code, or Cline) to ensure reliable execution of complex workflows:
App Store Connect Translation & Localization
Provides a standardized five-phase translation workflow, golden rules for locale parity, and solutions to common API errors (e.g., DUPLICATE_NAME conflicts, first-version whatsNew constraints, and keyword character density issues).
If your IDE supports custom skills or agent instructions (e.g., Antigravity IDE, Roo Code, Cline), these skills will be automatically discovered or can be loaded to guide the AI assistant through metadata translations and updates.
🛠️ Installation & Setup
This server is a native Swift command-line program targeting macOS 15 and above. You can install it using one of the methods below:
Option 1: One-Click Installation Script (Fastest)
You can install and automatically configure the app store connect MCP server via a single terminal command. This script:
Downloads the latest release binary.
Installs it directly to
/usr/local/bin.Automatically configures the server for Claude Desktop, Windsurf (Codex), Zed, and VS Code extensions like Cline and Roo Code interactively (if installed).
Validates your credentials on the fly by making a diagnostic API connection test before saving configurations.
To run the installer, execute:
curl -fsSL https://raw.githubusercontent.com/jihongboo/appstoreconnect-mcp/main/install.sh | bashOnce installed, verify it by running:
appstoreconnect-mcp --testOption 2: Via Homebrew (Recommended for updates)
If you use macOS, you can install the server from a Homebrew Tap:
brew install jihongboo/tap/appstoreconnect-mcpThis will automatically download the pre-compiled, code-signed, and Apple-notarized binary and link it to your system PATH. Once installed, you can verify it by running:
appstoreconnect-mcp --testOption 3: Via Mint
If you use Mint, a package manager for Swift command line tools, you can install it using:
mint install jihongboo/appstoreconnect-mcpThis will clone, build, and install the tool locally. Once installed, you can run it via mint run appstoreconnect-mcp or direct path depending on your Mint link settings.
Option 4: Pre-compiled Binaries (GitHub Releases)
Go to the Releases page.
Download the latest
appstoreconnect-mcp.ziparchive.Extract the archive to a directory on your machine.
Run the executable in your terminal or configure its path in your MCP client.
Option 5: Build from Source
If you prefer to compile the application locally, clone this repository and build using Swift Package Manager:
git clone https://github.com/jihongboo/appstoreconnect-mcp.git
cd appstoreconnect-mcp
swift build -c releaseThe compiled binary will be located at:
.build/release/appstoreconnect-mcp
⚙️ MCP Client Configuration
To integrate this server with your AI assistant (e.g., Claude Desktop, Cursor, etc.), add the configuration to your global MCP host settings file (typically ~/Library/Application Support/Claude/mcp_config.json for Claude Desktop).
If installed via Homebrew:
{
"mcpServers": {
"appstoreconnect-mcp": {
"command": "appstoreconnect-mcp",
"args": [],
"env": {
"APP_STORE_CONNECT_ISSUER_ID": "your-issuer-id",
"APP_STORE_CONNECT_PRIVATE_KEY_ID": "your-key-id",
"APP_STORE_CONNECT_PRIVATE_KEY_PATH": "/Users/username/keys/AuthKey_xxxx.p8"
}
}
}
}If using downloaded/compiled binary:
Set the "command" field to the absolute path of the appstoreconnect-mcp binary:
{
"mcpServers": {
"appstoreconnect-mcp": {
"command": "/absolute/path/to/appstoreconnect-mcp",
"args": [],
"env": {
"APP_STORE_CONNECT_ISSUER_ID": "your-issuer-id",
"APP_STORE_CONNECT_PRIVATE_KEY_ID": "your-key-id",
"APP_STORE_CONNECT_PRIVATE_KEY_PATH": "/Users/username/keys/AuthKey_xxxx.p8"
}
}
}
}🔑 Environment Variables & Credentials:
To authorize requests to Apple App Store Connect, configure these variables:
APP_STORE_CONNECT_ISSUER_ID: Your Apple Developer Issuer ID (UUID format).APP_STORE_CONNECT_PRIVATE_KEY_ID: Your 10-character API Key ID.APP_STORE_CONNECT_PRIVATE_KEY_PATH: The absolute path to your downloaded.p8private key file.APP_STORE_CONNECT_PRIVATE_KEY: (Alternative) The raw content of your PEM private key. Use this instead ofAPP_STORE_CONNECT_PRIVATE_KEY_PATHif you prefer to inline the credentials or run in environment where writing files is not ideal.
💻 Diagnostics & Testing
You can run the binary with the --test flag in your terminal to verify API authentication. If you run it interactively, it will prompt you for missing environment parameters:
# If installed via Homebrew
appstoreconnect-mcp --test
# If using local binary
/path/to/appstoreconnect-mcp --test📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jihongboo/appstoreconnect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server