Skip to content
Grok

gpc mcp server for Grok

io.github.muhammetali/gpc-mcp-server

Google Play Console MCP Server for AI coding agents

client:Grok transport:stdio runtime:npm

Install gpc mcp server 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": {
    "gpc-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gpc-mcp-server"
      ],
      "env": {
        "GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "<GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>",
        "GOOGLE_PLAY_PACKAGE_NAME": "<GOOGLE_PLAY_PACKAGE_NAME>"
      }
    }
  }
}

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

gpc mcp server in other clients