Skip to content
Cursor

App Store & Google Play for Cursor

io.github.johnbilousov/appstore-play-mcp

Read-only access to App Store Connect and Google Play: apps, releases, and reviews.

client:Cursor transport:stdio runtime:npm

Install App Store & Google Play 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": {
    "appstore-play-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "appstore-play-mcp"
      ],
      "env": {
        "ASC_KEY_ID": "<ASC_KEY_ID>",
        "ASC_ISSUER_ID": "<ASC_ISSUER_ID>",
        "ASC_KEY_PATH": "<ASC_KEY_PATH>",
        "PLAY_SERVICE_ACCOUNT_PATH": "<PLAY_SERVICE_ACCOUNT_PATH>",
        "PLAY_PACKAGES": "<PLAY_PACKAGES>"
      }
    }
  }
}

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

App Store & Google Play in other clients