← Index

io.github.gjeltep/app-store-connect-mcp

io.github.gjeltep/app-store-connect-mcp·v0.3.0·Other
Quality Score
69
/100

Interact with Apple's App Store Connect API

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "app-store-connect-mcp": {
      "command": "uvx",
      "args": [
        "app-store-connect-mcp"
      ],
      "env": {
        "APP_STORE_KEY_ID": "<your-app_store_key_id>",
        "APP_STORE_ISSUER_ID": "<your-app_store_issuer_id>",
        "APP_STORE_PRIVATE_KEY_PATH": "<app_store_private_key_path>",
        "APP_STORE_APP_ID": "<app_store_app_id>",
        "APP_STORE_KEY_TYPE": "<app_store_key_type>",
        "APP_STORE_SCOPE": "<app_store_scope>",
        "APP_STORE_SUBJECT": "<app_store_subject>"
      }
    }
  }
}
§02  Environment variables
APP_STORE_KEY_ID
requiredsecret

App Store Connect API Key ID

APP_STORE_ISSUER_ID
requiredsecret

App Store Connect Issuer ID

APP_STORE_PRIVATE_KEY_PATH
required

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

APP_STORE_APP_ID

Default App ID for operations (optional)

APP_STORE_KEY_TYPE

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

APP_STORE_SCOPE

Comma-separated list of OAuth scopes (optional)

APP_STORE_SUBJECT

Subject for individual keys (optional)

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other