Skip to content
Gemini CLI

asc mcp for Gemini CLI

io.github.pofky/asc-mcp

41 tools to ship an App Store release: metadata, screenshots, builds, TestFlight, IAP, submit.

client:Gemini CLI transport:stdio runtime:npm

Install asc mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "asc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pofky/asc-mcp"
      ],
      "env": {
        "ASC_KEY_ID": "<ASC_KEY_ID>",
        "ASC_ISSUER_ID": "<ASC_ISSUER_ID>",
        "ASC_PRIVATE_KEY_PATH": "<ASC_PRIVATE_KEY_PATH>",
        "ASC_LICENSE_KEY": "<ASC_LICENSE_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

asc mcp in other clients