Skip to content
Windsurf

app publish for Windsurf

io.github.mikusnuz/app-publish

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

client:Windsurf transport:stdio runtime:npm

Install app publish in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "app-publish": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<APPLE_KEY_ID>",
        "APPLE_ISSUER_ID": "<APPLE_ISSUER_ID>",
        "APPLE_P8_PATH": "<APPLE_P8_PATH>",
        "GOOGLE_SERVICE_ACCOUNT_PATH": "<GOOGLE_SERVICE_ACCOUNT_PATH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

app publish in other clients