Skip to content
Gemini CLI

storepilot mcp for Gemini CLI

io.github.sonlenef/storepilot-mcp

Run an app portfolio across Google Play and the App Store: vitals, reviews, earnings, releases.

client:Gemini CLI transport:stdio runtime:pypi

Install storepilot 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": {
    "storepilot-mcp": {
      "command": "uvx",
      "args": [
        "storepilot"
      ],
      "env": {
        "STOREPILOT_GOOGLE_CREDENTIALS": "<STOREPILOT_GOOGLE_CREDENTIALS>",
        "STOREPILOT_GOOGLE_REPORTS_BUCKET": "<STOREPILOT_GOOGLE_REPORTS_BUCKET>",
        "STOREPILOT_ASC_KEY_PATH": "<STOREPILOT_ASC_KEY_PATH>",
        "STOREPILOT_ASC_KEY_ID": "<STOREPILOT_ASC_KEY_ID>",
        "STOREPILOT_ASC_ISSUER_ID": "<STOREPILOT_ASC_ISSUER_ID>",
        "STOREPILOT_ASC_VENDOR_NUMBER": "<STOREPILOT_ASC_VENDOR_NUMBER>"
      }
    }
  }
}

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

storepilot mcp in other clients