Skip to content
Claude Desktop

shipkit for Claude Desktop

io.github.readmigo/shipkit

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

client:Claude Desktop transport:stdio runtime:npm

Install shipkit in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "shipkit": {
      "command": "npx",
      "args": [
        "-y",
        "@readmigo/shipkit-mcp"
      ],
      "env": {
        "SHIPKIT_API_KEY": "<SHIPKIT_API_KEY>",
        "SHIPKIT_DB_PATH": "<SHIPKIT_DB_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

shipkit in other clients