app-store-connect
About
App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
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
APP_STORE_CONNECT_KEY_ID APP_STORE_CONNECT_ISSUER_ID APP_STORE_CONNECT_P8_PATH APP_STORE_CONNECT_VENDOR_NUMBERClaude Code
claude mcp add --env APP_STORE_CONNECT_KEY_ID= --env APP_STORE_CONNECT_ISSUER_ID= --env APP_STORE_CONNECT_P8_PATH= --env APP_STORE_CONNECT_VENDOR_NUMBER= app-store-connect -- npx mcp-asc
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"app-store-connect","command":"npx","args":["mcp-asc"],"env":{"APP_STORE_CONNECT_KEY_ID":"","APP_STORE_CONNECT_ISSUER_ID":"","APP_STORE_CONNECT_P8_PATH":"","APP_STORE_CONNECT_VENDOR_NUMBER":""}}'
JSON
{
"mcpServers": {
"app-store-connect": {
"command": "npx",
"args": [
"mcp-asc"
],
"env": {
"APP_STORE_CONNECT_KEY_ID": "",
"APP_STORE_CONNECT_ISSUER_ID": "",
"APP_STORE_CONNECT_P8_PATH": "",
"APP_STORE_CONNECT_VENDOR_NUMBER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.