← Back to browse

app-publish

Indexed by io.github.mikusnuz

About

MCP server for App Store Connect & Google Play Console — iOS/Android app management

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAPPLE_KEY_ID APPLE_ISSUER_ID APPLE_P8_PATH GOOGLE_SERVICE_ACCOUNT_PATH
Claude Code
claude mcp add --env APPLE_KEY_ID= --env APPLE_ISSUER_ID= --env APPLE_P8_PATH= --env GOOGLE_SERVICE_ACCOUNT_PATH= app-publish -- npx app-publish-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"app-publish","command":"npx","args":["app-publish-mcp"],"env":{"APPLE_KEY_ID":"","APPLE_ISSUER_ID":"","APPLE_P8_PATH":"","GOOGLE_SERVICE_ACCOUNT_PATH":""}}'
JSON
{
  "mcpServers": {
    "app-publish": {
      "command": "npx",
      "args": [
        "app-publish-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "",
        "APPLE_ISSUER_ID": "",
        "APPLE_P8_PATH": "",
        "GOOGLE_SERVICE_ACCOUNT_PATH": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.