Back to Apps
A
App Store Connect MCP
by ryaker
Manage iOS/macOS apps, TestFlight, analytics, and customer reviews via Apple's App Store Connect API through Claude.
0 stars
2 views
Works in:claude
Exposes:Tools
What it does
Connects Claude to Apple's App Store Connect API, giving AI assistants full access to manage your iOS and macOS apps. Query sales data, manage TestFlight beta testing, respond to customer feedback, update app metadata and localizations, and handle in-app purchases — all through natural language.
Tools
- list_apps — List all apps in your App Store Connect account with status and metadata
- get_app_info — Retrieve detailed app information including version status and bundle ID
- get_sales_data — Fetch sales and revenue reports for a given date range
- get_analytics — Access install counts, user engagement, and session metrics
- get_customer_reviews — Read and filter customer reviews by rating or date
- list_testflight_builds — View all TestFlight builds and their processing status
- manage_beta_groups — Create and update TestFlight beta tester groups
- add_beta_tester — Add external or internal testers to a beta group
- update_localization — Edit app descriptions and keywords for a specific locale
- create_app_version — Create a new App Store version ready for submission
- get_pricing — View current app pricing across all storefronts
- list_iap_products — Browse in-app purchase products and their status
Installation
{
"mcpServers": {
"appstore-connect": {
"command": "node",
"args": ["/path/to/appstore-connect-mcp/dist/src/index.js"],
"env": {
"APPLE_KEY_ID": "your_key_id",
"APPLE_ISSUER_ID": "your_issuer_id",
"APPLE_PRIVATE_KEY": "-----BEGIN PRIVATE KEY-----\nyour_key\n-----END PRIVATE KEY-----",
"APPLE_BUNDLE_ID": "com.yourcompany.yourapp"
}
}
}
}
For remote/OAuth deployment, deploy to Vercel and configure OAUTH_ENABLED=true with Auth0 credentials, then point Claude to the hosted URL.
Supported hosts
Confirmed in README: Claude Desktop and any MCP client supporting HTTP transport.
Quick install
npx @ryaker/appstore-connect-mcpInformation
- Pricing
- free
- Published
- 4/5/2026
- stars