Interact with Apple's App Store Connect API
Set these up before or after installing:
Environment variable: APP_STORE_KEY_ID
Environment variable: APP_STORE_ISSUER_ID
Environment variable: APP_STORE_PRIVATE_KEY_PATH
Environment variable: APP_STORE_APP_ID
Environment variable: APP_STORE_KEY_TYPE
Environment variable: APP_STORE_SCOPE
Environment variable: APP_STORE_SUBJECT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-gjeltep-app-store-connect-mcp": {
"env": {
"APP_STORE_SCOPE": "your-app-store-scope-here",
"APP_STORE_APP_ID": "your-app-store-app-id-here",
"APP_STORE_KEY_ID": "your-app-store-key-id-here",
"APP_STORE_SUBJECT": "your-app-store-subject-here",
"APP_STORE_KEY_TYPE": "your-app-store-key-type-here",
"APP_STORE_ISSUER_ID": "your-app-store-issuer-id-here",
"APP_STORE_PRIVATE_KEY_PATH": "your-app-store-private-key-path-here"
},
"args": [
"app-store-connect-mcp"
],
"command": "uvx"
}
}
}Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Scanned 3 files · 1 finding
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Be the first to review this server!