Skip to content
Cline

App Store & Google Play for Cline

io.github.johnbilousov/appstore-play-mcp

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

client:Cline transport:stdio runtime:npm

Install App Store & Google Play in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "appstore-play-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

App Store & Google Play in other clients