app intel for VS Code
io.github.garrrikkotua/app-intel
App Store & Google Play data: app details, IAP prices, reviews, top charts, estimates, rank history.
client:VS Code
transport:stdio
runtime:npm
Install app intel in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rapidapi-key",
"description": "RAPIDAPI_KEY",
"password": true
}
],
"servers": {
"app-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"app-intel-mcp"
],
"env": {
"RAPIDAPI_KEY": "${input:rapidapi-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs