← Back to Plugins
MCP Server MCP

io.github.readmigo/shipkit

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...