HomeDevelopment › app-publish-mcp

app-publish-mcp

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

TypeScript Cloud
★ 34 stars Last pushed 2026-08-29 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "app-publish-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "APPLE_KEY_ID": "<YOUR_VALUE>",
        "APPLE_ISSUER_ID": "<YOUR_VALUE>",
        "APPLE_P8_PATH": "<YOUR_VALUE>",
        "GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • APPLE_KEY_ID secret — Apple App Store Connect API Key ID
  • APPLE_ISSUER_ID secret — Apple App Store Connect Issuer ID
  • APPLE_P8_PATH — Path to Apple AuthKey .p8 file
  • GOOGLE_SERVICE_ACCOUNT_PATH — Path to Google Play service account JSON key file

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry