Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

appdex in other clients