app intel for Gemini CLI
io.github.garrrikkotua/app-intel
App Store & Google Play data: app details, IAP prices, reviews, top charts, estimates, rank history.
client:Gemini CLI
transport:stdio
runtime:npm
Install app intel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"app-intel": {
"command": "npx",
"args": [
"-y",
"app-intel-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs