Skip to content
Grok

play console mcp for Grok

io.github.wiseappsai/play-console-mcp

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

client:Grok transport:stdio runtime:npm

Install play console mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "play-console-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

play console mcp in other clients