io.github.ryaker
appstore-connect-mcp
MCP server for Apple Store Connect API integration with OAuth authentication support
stdiocommunityservice
Package Details
@ryaker/appstore-connect-mcp
Transportstdio
Environment Variables
APPLE_KEY_ID(str)
RequiredSecret
Apple App Store Connect API Key ID
APPLE_ISSUER_ID(str)
RequiredSecret
Apple App Store Connect Issuer ID
APPLE_PRIVATE_KEY(str)
RequiredSecret
Apple App Store Connect Private Key (base64 encoded or raw)
APPLE_BUNDLE_ID(str)
Optional: Specific Bundle ID to filter apps
APPLE_APP_STORE_ID(str)
Optional: Specific App Store ID
OAUTH_ENABLED(str)
Enable OAuth authentication (true/false)
OAUTH_ISSUER(str)
OAuth issuer URL (e.g., https://your-tenant.auth0.com)
OAUTH_AUDIENCE(str)
OAuth audience URL
OAUTH_JWKS_URI(str)
OAuth JWKS URI for token validation
SERVER_URL(str)
Server URL for OAuth deployment