shipkit for Cursor
io.github.readmigo/shipkit
Unified app publishing MCP Server for Google Play, App Store, and 10+ Chinese stores
client:Cursor
transport:stdio
runtime:npm
Install shipkit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shipkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readmigo/shipkit-mcp"
],
"env": {
"SHIPKIT_API_KEY": "<SHIPKIT_API_KEY>",
"SHIPKIT_DB_PATH": "<SHIPKIT_DB_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs