appstore-connect-mcp
About
Check app review status, read reviews, download sales reports from App Store Connect
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_KEY_ID ASC_ISSUER_ID ASC_PRIVATE_KEY_PATH ASC_LICENSE_KEYClaude Code
claude mcp add --env ASC_KEY_ID= --env ASC_ISSUER_ID= --env ASC_PRIVATE_KEY_PATH= --env ASC_LICENSE_KEY= appstore-connect-mcp -- npx @pofky/appstore-connect-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":"appstore-connect-mcp","command":"npx","args":["@pofky/appstore-connect-mcp"],"env":{"ASC_KEY_ID":"","ASC_ISSUER_ID":"","ASC_PRIVATE_KEY_PATH":"","ASC_LICENSE_KEY":""}}'
JSON
{
"mcpServers": {
"appstore-connect-mcp": {
"command": "npx",
"args": [
"@pofky/appstore-connect-mcp"
],
"env": {
"ASC_KEY_ID": "",
"ASC_ISSUER_ID": "",
"ASC_PRIVATE_KEY_PATH": "",
"ASC_LICENSE_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.