Skip to content
Cursor

Appfigures for Cursor

com.appfigures/mcp

Access your app analytics, ASO tools, and app market intelligence with Appfigures.

client:Cursor transport:stdio runtime:npm

Install Appfigures 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": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@appfigures/cli"
      ],
      "env": {
        "APPFIGURES_API_KEY": "<APPFIGURES_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Appfigures in other clients