MCP profile
Github SardorbekR Appstore Connect
MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
Developer ToolsPackageJavaScript/TypeScriptOpen SourceExternal
Last updated
March 16, 2026
Visibility
Public
ByRegistry
About This MCP Server
> "Update the English description for version 2.0 of MyApp to: 'A revolutionary app that simplifies your daily tasks.'"
1. Find the app using list_apps 2. Get the version using list_app_versions 3. Find the English localization using list_version_localizations 4. Update it using update_version_localization
Capabilities
App Store Localizations - Full CRUD for version descriptions, keywords, and what's newApp Management - List and inspect apps across all platformsVersion Control - Create and manage app store versionsBeta Testing - Manage TestFlight groups and testersScreenshot Management - Upload and organize app screenshotsBundle ID Management - Full CRUD for bundle identifiersDevice Management - List and inspect registered devicesUser Management - List and inspect team usersBuild Management - List and inspect app buildsCategory & Pricing - Browse categories, check pricing and availabilityPricing & PPP - Set per-territory pricing with Purchase Power Parity supportSecure by Default - ES256 JWT auth with automatic token refresh, credential redaction in logs
Why Use Github SardorbekR Appstore Connect?
- App Store Localizations - Full CRUD for version descriptions, keywords, and what's new
- App Management - List and inspect apps across all platforms
- Version Control - Create and manage app store versions
- Beta Testing - Manage TestFlight groups and testers
- Screenshot Management - Upload and organize app screenshots
- Bundle ID Management - Full CRUD for bundle identifiers
- Device Management - List and inspect registered devices
- User Management - List and inspect team users
- Build Management - List and inspect app builds
- Category & Pricing - Browse categories, check pricing and availability
- Pricing & PPP - Set per-territory pricing with Purchase Power Parity support
- Secure by Default - ES256 JWT auth with automatic token refresh, credential redaction in logs
Specifications
Status
live
Industry
Developer Tools
Category
General
Server type
Package
Language
JavaScript/TypeScript
License
Open Source
Verified
Yes
Requirements
- 1. Sign in to App Store Connect 2. Go to Users and Access → Integrations → App Store Connect API 3. Click Generate API Key (or use existing) 4. Select appropriate role (Admin or App Manager recommended) 5. Download the .p8 file - you can only download it once! 6. Note your Key ID (shown in the keys list) 7. Note your Issuer ID (shown at the top of the page)
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
1
Install
Install command
JavaScript/TypeScript
npm install -g asc-mcp2
Configure
Configuration
json
{
"mcpServers": {
"app-store-connect": {
"command": "asc-mcp",
"env": {
"APP_STORE_CONNECT_KEY_ID": "YOUR_KEY_ID",
"APP_STORE_CONNECT_ISSUER_ID": "YOUR_ISSUER_ID",
"APP_STORE_CONNECT_P8_PATH": "/absolute/path/to/AuthKey.p8"
}
}
}
}Performance
Usage
Quick Reference
- Name
- Github SardorbekR Appstore Connect
- Function
- MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npm install -g asc-mcp
- Source
- External (Registry)
- License
- Open Source
Get started
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.