Skip to content
Windsurf

App Store & Google Play for Windsurf

io.github.johnbilousov/appstore-play-mcp

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

client:Windsurf transport:stdio runtime:npm

Install App Store & Google Play in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

App Store & Google Play in other clients