Skip to content
Grok

shipkit for Grok

io.github.readmigo/shipkit

Unified app publishing MCP Server for Google Play, App Store, and 10+ Chinese stores

client:Grok transport:stdio runtime:npm

Install shipkit 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": {
    "shipkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readmigo/shipkit-mcp"
      ],
      "env": {
        "SHIPKIT_API_KEY": "<SHIPKIT_API_KEY>",
        "SHIPKIT_DB_PATH": "<SHIPKIT_DB_PATH>"
      }
    }
  }
}

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

shipkit in other clients