App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
App Store Connect in your AI agent. MCP server for the official App Store Connect API.
A Model Context Protocol (MCP) server that connects Cursor, Claude Desktop, and other MCP clients to the official App Store Connect APIβso you can manage iOS/macOS apps, TestFlight, in-app subscriptions, and store metadata via chat or automated tool calls instead of clicking through the App Store Connect UI.
Use it to: list and inspect apps, builds, and beta groups Β· manage TestFlight testers and review submissions Β· create and update subscription groups and prices Β· edit App Store version localizations and "What's New" Β· download sales and finance reports Β· list Xcode schemes and CI products. All with JWT auth and the same API Apple's own tools use.
Cursor (install link):
Other clients (Claude Desktop, etc.):
Add the server to your MCP config and set these environment variables:
| Variable | Required | Description |
|---|---|---|
APP_STORE_CONNECT_KEY_ID | Yes | API Key ID from App Store Connect |
APP_STORE_CONNECT_ISSUER_ID | Yes | Issuer ID from App Store Connect |
APP_STORE_CONNECT_P8_PATH | Yes | Path to your .p8 private key file |
APP_STORE_CONNECT_VENDOR_NUMBER | For reports | Needed for sales/finance reports |
Create an API key at App Store Connect β Users and Access β Integrations β App Store Connect API. Download the .p8 and note Key ID and Issuer ID.
Example (stdio):
Example (HTTP SSE): Run npm run build then npm run start:http. Point your client at http://localhost:3001/mcp with the same env vars.
Tools are exposed in kebab-case. Use your MCP client to list them and see parameters. Summary by area:
Apps & metadata
list-apps, get-app, list-app-infos, get-app-info, get-app-availabilitylist-app-store-versions, get-app-store-version, create-app-store-version, update-app-store-versionlist-app-store-version-localizations, list-app-categories, list-app-encryption-declarations, list-nominationsTestFlight / Beta
list-beta-groups, get-beta-group, list-beta-testers, get-beta-tester, add-beta-testers-to-group, remove-beta-testers-from-grouplist-builds, get-build, list-build-beta-details, list-pre-release-versions, get-pre-release-versionlist-beta-app-localizations, list-beta-app-review-details, list-beta-app-review-submissions, list-beta-license-agreements, get-beta-license-agreement, update-beta-license-agreementSubscriptions
list-subscription-groups, list-subscription-group-subscriptions, get-subscription, create-subscription-group, create-subscriptioncreate-subscription-availability, list-subscription-price-points, create-subscription-price, create-subscription-localizationStore & review
list-review-submissions, get-review-submission, submit-for-review, list-customer-reviews, create-customer-review-responseget-app-store-review-detail, update-app-store-review-detailOther
list-bundle-ids, get-bundle-id Β· list-certificates, get-certificate Β· list-profiles Β· list-devices, get-devicelist-users, get-user, list-user-invitations Β· list-territories Β· list-actors, get-actorget-eula, update-eula Β· get-phased-release, create-phased-release Β· update-age-rating-declarationlist-schemes (Xcode), list-ci-products (Xcode Cloud)download-sales-report, download-finance-report (require APP_STORE_CONNECT_VENDOR_NUMBER)Built with xmcp. One tool per file under src/tools/; each file exports metadata and a default handler.
Node 20+.
This repository now includes Open Plugins-compatible metadata and layout:
.plugin/plugin.json for plugin metadata.mcp.json for MCP server wiringskills/app-store-connect/SKILL.md for installable skill contextOpen Plugins standard: open-plugins.com
You can test locally by loading the plugin directory in a compatible host, for example:
To add this server to the official MCP Registry, Cursor MCP Directory, cursor.store, and other catalogs, see docs/REGISTRY.md.
MIT.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/app-store-connect)<a href="https://allmcps.com/mcp/app-store-connect"><img src="https://allmcps.com/api/badge/app-store-connect?style=directory" alt="App Store Connect on AllMCPs" /></a>