Catalog
io.github.readmigo/shipkit
OfficialUnified app publishing MCP Server for Google Play, App Store, and 10+ Chinese stores
Unified app publishing server for Google Play, App Store, and 10+ Chinese stores.
README not available yet.
Install
Configuration
Environment variables
SHIPKIT_API_KEYsecretShipKit API key for authentication
SHIPKIT_DB_PATHPath to SQLite database file (default: ~/.shipkit/jobs.db)
claude_desktop_config.json
{
"mcpServers": {
"shipkit": {
"command": "npx",
"args": [
"-y",
"@readmigo/shipkit-mcp@0.1.1"
],
"env": {
"SHIPKIT_API_KEY": "<YOUR_SHIPKIT_API_KEY>",
"SHIPKIT_DB_PATH": "<YOUR_SHIPKIT_DB_PATH>"
}
}
}
}