← Index

io.github.readmigo/shipkit

io.github.readmigo/shipkit·v0.1.1·Other
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shipkit": {
      "command": "npx",
      "args": [
        "-y",
        "@readmigo/shipkit-mcp"
      ],
      "env": {
        "SHIPKIT_API_KEY": "<your-shipkit_api_key>",
        "SHIPKIT_DB_PATH": "<shipkit_db_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shipkit": {
      "command": "npx",
      "args": [
        "-y",
        "@readmigo/shipkit-mcp"
      ],
      "env": {
        "SHIPKIT_API_KEY": "<your-shipkit_api_key>",
        "SHIPKIT_DB_PATH": "<shipkit_db_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @readmigo/shipkit-mcp
§02  Environment variables
SHIPKIT_API_KEY
secret

ShipKit API key for authentication

SHIPKIT_DB_PATH

Path to SQLite database file (default: ~/.shipkit/jobs.db)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other