Skip to content
Grok

App Store & Google Play for Grok

io.github.johnbilousov/appstore-play-mcp

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

client:Grok transport:stdio runtime:npm

Install App Store & Google Play 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": {
    "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>"
      }
    }
  }
}

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

App Store & Google Play in other clients