Skip to content
Cursor

app store connect for Cursor

io.github.beautyfree/app-store-connect

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

client:Cursor transport:stdio runtime:npm

Install app store connect in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "app-store-connect": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-asc"
      ],
      "env": {
        "APP_STORE_CONNECT_KEY_ID": "<APP_STORE_CONNECT_KEY_ID>",
        "APP_STORE_CONNECT_ISSUER_ID": "<APP_STORE_CONNECT_ISSUER_ID>",
        "APP_STORE_CONNECT_P8_PATH": "<APP_STORE_CONNECT_P8_PATH>",
        "APP_STORE_CONNECT_VENDOR_NUMBER": "<APP_STORE_CONNECT_VENDOR_NUMBER>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

app store connect in other clients