Home › Development › appstore-connect-mcp

appstore-connect-mcp

App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.

TypeScript
★ 13 stars Last pushed 2026-04-27

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.4)

npx -y mcp-asc@2.0.4

Or add to your MCP client config:

{
  "mcpServers": {
    "appstore-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-asc@2.0.4"
      ],
      "env": {
        "APP_STORE_CONNECT_KEY_ID": "<YOUR_VALUE>",
        "APP_STORE_CONNECT_ISSUER_ID": "<YOUR_VALUE>",
        "APP_STORE_CONNECT_P8_PATH": "<YOUR_VALUE>",
        "APP_STORE_CONNECT_VENDOR_NUMBER": "<YOUR_VALUE>"
      }
    }
  }
}
  • APP_STORE_CONNECT_KEY_ID required secret — API Key ID from App Store Connect (Users and Access → Integrations → App Store Connect API)
  • APP_STORE_CONNECT_ISSUER_ID required secret — Issuer ID from App Store Connect
  • APP_STORE_CONNECT_P8_PATH required secret — Path to your .p8 private key file (downloaded from App Store Connect)
  • APP_STORE_CONNECT_VENDOR_NUMBER — Vendor number; required for sales and finance reports only

Related servers

Data from the Official MCP Registry