← Index

io.github.mikusnuz/app-publish

io.github.mikusnuz/app-publish·v0.3.1·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "app-publish": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<your-apple_key_id>",
        "APPLE_ISSUER_ID": "<your-apple_issuer_id>",
        "APPLE_P8_PATH": "<apple_p8_path>",
        "GOOGLE_SERVICE_ACCOUNT_PATH": "<google_service_account_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "app-publish": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<your-apple_key_id>",
        "APPLE_ISSUER_ID": "<your-apple_issuer_id>",
        "APPLE_P8_PATH": "<apple_p8_path>",
        "GOOGLE_SERVICE_ACCOUNT_PATH": "<google_service_account_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y app-publish-mcp
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other