Skip to content
Windsurf

play console mcp for Windsurf

io.github.wiseappsai/play-console-mcp

Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.

client:Windsurf transport:stdio runtime:npm

Install play console mcp 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": {
    "play-console-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wiseappsai/play-console-mcp"
      ],
      "env": {
        "PLAY_SERVICE_ACCOUNT_JSON": "<PLAY_SERVICE_ACCOUNT_JSON>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>",
        "PLAY_DEVELOPER_ACCOUNT_ID": "<PLAY_DEVELOPER_ACCOUNT_ID>",
        "PLAY_REPORTS_BUCKET": "<PLAY_REPORTS_BUCKET>",
        "PLAY_STORAGE_CREDENTIALS": "<PLAY_STORAGE_CREDENTIALS>",
        "PLAY_TOOLSETS": "<PLAY_TOOLSETS>",
        "PLAY_READ_ONLY": "<PLAY_READ_ONLY>"
      }
    }
  }
}

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

play console mcp in other clients