App Store Connect MCP Server
JSON →Interact with the App Store Connect API to manage apps, sales, and reports.
Install
npx @smithery/cli Tools · 28
- list_apps List all apps in App Store Connect
- get_app_info Get detailed information about a specific app
- list_beta_groups List all beta groups for an app
- list_beta_testers List beta testers for a beta group
- add_tester_to_group Add a tester to a beta group
- remove_tester_from_group Remove a tester from a beta group
- create_app_store_version Create a new app store version with release scheduling
- list_app_store_versions List all app store versions for an app
- list_localizations List all localizations for an app version
- get_localization_details Get specific localization details
- update_localization Update app descriptions, keywords, promotional text, marketing/support URLs, or What's New text
- list_bundle_ids List all bundle IDs
- create_bundle_id Create a new bundle ID
- get_bundle_id_details Get details of a specific bundle ID
- enable_capability Enable a capability for a bundle ID
- disable_capability Disable a capability for a bundle ID
- list_devices List registered devices, with optional filters by type, platform, or status
- get_device_details View details of a specific device
- list_users List team members with roles and permissions
- filter_users Filter users by role and access
- create_analytics_report_request Create an analytics report request for an app
- download_engagement_report Download App Store engagement analytics
- download_commerce_report Download App Store commerce analytics
- download_usage_report Download App Store usage analytics
- download_performance_report Download performance and frameworks usage report
- download_sales_report Download sales and trends report (daily, weekly, monthly, yearly)
- download_finance_report Download finance report by region
- list_xcode_schemes List available schemes in Xcode projects and workspaces
Environment variables
APP_STORE_CONNECT_KEY_IDYOUR_KEY_IDAPP_STORE_CONNECT_ISSUER_IDYOUR_ISSUER_ID
★ 324 GitHub stars