What is the io.github.readmigo/shipkit MCP server?
Unified app publishing MCP Server for Google Play, App Store, and 10+ Chinese stores
How to install io.github.readmigo/shipkit
Copy-paste configuration for popular MCP clients.
SHIPKIT_API_KEYsecretShipKit API key for authentication
SHIPKIT_DB_PATHPath to SQLite database file (default: ~/.shipkit/jobs.db)
{
"mcpServers": {
"shipkit": {
"command": "npx",
"args": [
"-y",
"@readmigo/shipkit-mcp"
],
"env": {
"SHIPKIT_API_KEY": "<YOUR_SHIPKIT_API_KEY>",
"SHIPKIT_DB_PATH": "<YOUR_SHIPKIT_DB_PATH>"
}
}
}
}{
"mcpServers": {
"shipkit": {
"command": "npx",
"args": [
"-y",
"@readmigo/shipkit-mcp"
],
"env": {
"SHIPKIT_API_KEY": "<YOUR_SHIPKIT_API_KEY>",
"SHIPKIT_DB_PATH": "<YOUR_SHIPKIT_DB_PATH>"
}
}
}
}{
"mcpServers": {
"shipkit": {
"command": "npx",
"args": [
"-y",
"@readmigo/shipkit-mcp"
],
"env": {
"SHIPKIT_API_KEY": "<YOUR_SHIPKIT_API_KEY>",
"SHIPKIT_DB_PATH": "<YOUR_SHIPKIT_DB_PATH>"
}
}
}
}{
"servers": {
"shipkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readmigo/shipkit-mcp"
],
"env": {
"SHIPKIT_API_KEY": "<YOUR_SHIPKIT_API_KEY>",
"SHIPKIT_DB_PATH": "<YOUR_SHIPKIT_DB_PATH>"
}
}
}
}claude mcp add shipkit --env SHIPKIT_API_KEY=<YOUR_SHIPKIT_API_KEY> --env SHIPKIT_DB_PATH=<YOUR_SHIPKIT_DB_PATH> -- npx -y @readmigo/shipkit-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.