io.github.gjeltep

app-store-connect-mcp

Interact with Apple's App Store Connect API

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

APP_STORE_KEY_ID(str)
RequiredSecret

App Store Connect API Key ID

APP_STORE_ISSUER_ID(str)
RequiredSecret

App Store Connect Issuer ID

APP_STORE_PRIVATE_KEY_PATH(str)
Required

Path to the .p8 private key file for App Store Connect authentication

APP_STORE_APP_ID(str)

Default App ID for operations (optional)

APP_STORE_KEY_TYPE(str)

Key type: 'team' or 'individual' (defaults to 'team')

APP_STORE_SCOPE(str)

Comma-separated list of OAuth scopes (optional)

APP_STORE_SUBJECT(str)

Subject for individual keys (optional)