MCP Server
MCP
io.github.readmigo/shipkit
Unified app publishing MCP Server for Google Play, App Store, and 10+ Chinese stores
Install
npx -y @readmigo/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@readmigo/shipkit-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ShipKit API key for authentication",
"format": "string",
"isSecret": true,
"name": "SHIPKIT_API_KEY"
},
{
"description": "Path to SQLite database file (default: ~/.shipkit/jobs.db)",
"format": "string",
"name": "SHIPKIT_DB_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment