App Store Connect for MCP clients: PPP pricing, subscriptions, TestFlight, reviews, reports & more
App Store Connect for MCP clients: PPP pricing, subscriptions, TestFlight, reviews, reports & more. That is what the appstoreconnect mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The first published surface is subscription pricing — including a Purchasing Power Parity rebalance flow that's already been used to schedule 120 production price changes across 65 territories on a real iOS app. New ASC domains (TestFlight, sales, screenshots, IAPs) are designed to plug in one file at a time; see Roadmap.
@akoskomuves/appstoreconnect-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 3 tools. What each one is for:
Apps — The Apps tool exposed by this serverSubscriptions — The Subscriptions tool exposed by this serverTerritories — The Territories tool exposed by this serverConfiguration is passed through the environment: ASC_ISSUER_ID, ASC_KEY_ID, ASC_PRIVATE_KEY_PATH, ASC_IAP_ISSUER_ID, ASC_IAP_KEY_ID, ASC_IAP_PRIVATE_KEY_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Appstoreconnect's toolset — Apps, Subscriptions, Territories — is a fair guide to whether it matches your workflow. It is maintained by akoskomuves; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Apps | The Apps tool exposed by this server. |
| Subscriptions | The Subscriptions tool exposed by this server. |
| Territories | The Territories tool exposed by this server. |
{
"mcpServers": {
"appstoreconnect": {
"command": "npx",
"args": ["-y", "@akoskomuves/appstoreconnect-mcp"],
"env": {
"ASC_ISSUER_ID": "your-value",
"ASC_KEY_ID": "your-value",
"ASC_PRIVATE_KEY_PATH": "your-value",
"ASC_IAP_ISSUER_ID": "your-value",
"ASC_IAP_KEY_ID": "your-value",
"ASC_IAP_PRIVATE_KEY_PATH": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ASC_ISSUER_ID | Configuration value read at startup. | Optional |
| ASC_KEY_ID | Credential the server authenticates with. | Yes |
| ASC_PRIVATE_KEY_PATH | Credential the server authenticates with. | Yes |
| ASC_IAP_ISSUER_ID | Configuration value read at startup. | Optional |
| ASC_IAP_KEY_ID | Credential the server authenticates with. | Yes |
| ASC_IAP_PRIVATE_KEY_PATH | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.