← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

Interact with Apple's App Store Connect API

Homepage Verified source GitHub

Install

uvx app-store-connect-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "app-store-connect-mcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "App Store Connect API Key ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "APP_STORE_KEY_ID"
        },
        {
          "description": "App Store Connect Issuer ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "APP_STORE_ISSUER_ID"
        },
        {
          "description": "Path to the .p8 private key file for App Store Connect authentication",
          "isRequired": true,
          "format": "string",
          "name": "APP_STORE_PRIVATE_KEY_PATH"
        },
        {
          "description": "Default App ID for operations (optional)",
          "format": "string",
          "name": "APP_STORE_APP_ID"
        },
        {
          "description": "Key type: 'team' or 'individual' (defaults to 'team')",
          "format": "string",
          "name": "APP_STORE_KEY_TYPE"
        },
        {
          "description": "Comma-separated list of OAuth scopes (optional)",
          "format": "string",
          "name": "APP_STORE_SCOPE"
        },
        {
          "description": "Subject for individual keys (optional)",
          "format": "string",
          "name": "APP_STORE_SUBJECT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...