appdex for Cursor
com.app-dex/appdex
iOS App Store revenue & download estimates with confidence labels
client:Cursor
transport:stdio
runtime:npm
Install appdex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"appdex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"appdex-mcp"
],
"env": {
"APPDEX_API_KEY": "<APPDEX_API_KEY>",
"APPDEX_API_URL": "<APPDEX_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs