MCP Servers / cloud-service / App Store Connect MCP Server

App Store Connect MCP Server

JSON →
httpnone324cloud-service

Interact with the App Store Connect API to manage apps, sales, and reports.

Install
How to run this server
[ { "cmd": "npx @smithery/cli", "imports": [] } ]
server path: app-store-connect-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envAPP_STORE_CONNECT_KEY_ID
envYOUR_KEY_ID
envAPP_STORE_CONNECT_ISSUER_ID
envYOUR_ISSUER_ID
Resources
App Store Connect MCP Server — MCP Server · libregistry