app intel for Cursor
io.github.garrrikkotua/app-intel
App Store & Google Play data: app details, IAP prices, reviews, top charts, estimates, rank history.
client:Cursor
transport:stdio
runtime:npm
Install app intel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"app-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"app-intel-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs