appstoreconnect-mcp
About
App Store Connect for MCP clients: PPP pricing, subscriptions, TestFlight, reviews, reports & more
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ASC_ISSUER_ID ASC_KEY_ID ASC_PRIVATE_KEY_PATH ASC_VENDOR_NUMBERClaude Code
claude mcp add --env ASC_ISSUER_ID= --env ASC_KEY_ID= --env ASC_PRIVATE_KEY_PATH= --env ASC_VENDOR_NUMBER= appstoreconnect-mcp -- npx @akoskomuves/appstoreconnect-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"appstoreconnect-mcp","command":"npx","args":["@akoskomuves/appstoreconnect-mcp"],"env":{"ASC_ISSUER_ID":"","ASC_KEY_ID":"","ASC_PRIVATE_KEY_PATH":"","ASC_VENDOR_NUMBER":""}}'
JSON
{
"mcpServers": {
"appstoreconnect-mcp": {
"command": "npx",
"args": [
"@akoskomuves/appstoreconnect-mcp"
],
"env": {
"ASC_ISSUER_ID": "",
"ASC_KEY_ID": "",
"ASC_PRIVATE_KEY_PATH": "",
"ASC_VENDOR_NUMBER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.