Skip to content
Gemini CLI

appdex for Gemini CLI

com.app-dex/appdex

iOS App Store revenue & download estimates with confidence labels

client:Gemini CLI transport:stdio runtime:npm

Install appdex 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": {
    "appdex": {
      "command": "npx",
      "args": [
        "-y",
        "appdex-mcp"
      ],
      "env": {
        "APPDEX_API_KEY": "<APPDEX_API_KEY>",
        "APPDEX_API_URL": "<APPDEX_API_URL>"
      }
    }
  }
}

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

appdex in other clients