← Back to Plugins
MCP Server MCP

io.github.abd3lraouf-studios/app-store-connect-mcp

github By github 👁 1 views ▲ 0 votes

App Store Connect + StoreKit 2: 1,293 Apple operations behind 11 tools, writes confirmed.

Homepage Verified source GitHub

Install

npx -y @abd3lraouf/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@abd3lraouf/app-store-connect-mcp",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "keychain:<service> (recommended), or a path to your AuthKey .p8",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ASC_KEY"
        },
        {
          "description": "Issuer ID. Not needed if stored in the keychain envelope.",
          "format": "string",
          "name": "ASC_ISSUER_ID"
        },
        {
          "description": "API key ID. Not needed if stored in the keychain envelope.",
          "format": "string",
          "name": "ASC_KEY_ID"
        },
        {
          "description": "Required for App Store Server API calls and to verify Apple's signatures.",
          "format": "string",
          "name": "ASC_BUNDLE_ID"
        },
        {
          "description": "Numeric Apple ID. Apple requires it to verify Production signatures.",
          "format": "string",
          "name": "ASC_APP_APPLE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...