This MCP server facilitates management of app listings, screenshots, releases, reviews, and submissions for both App Store Connect and Google Play Console through a unified interface.
From the registry: MCP server for App Store Connect & Google Play Console — iOS/Android app management
$ git clone https://github.com/mikusnuz/app-publish-mcp && cd app-publish-mcp && npm install && npm run buildPlease install the `app-publish` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone and build** — Clone the repo and run npm install + build Run: `git clone https://github.com/mikusnuz/app-publish-mcp && cd app-publish-mcp && npm install && npm run build`
Optional prerequisites:
- Apple API key — Create an API Key with App Manager role in App Store Connect, download the .p8 file, note Key ID and Issuer ID (https://appstoreconnect.apple.com/access/integrations/api)
- Google Play service account — Enable Google Play Android Developer API in Google Cloud, create a service account, download JSON key, grant access in Play Console (https://console.cloud.google.com/)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["<path-to-repo>/dist/index.js"]
- optional environment variables:
- `APPLE_KEY_ID`: Apple App Store Connect API Key ID (example: `<YOUR_KEY_ID>`)
- `APPLE_ISSUER_ID`: Apple App Store Connect Issuer ID (example: `<YOUR_ISSUER_ID>`)
- `APPLE_P8_PATH`: Path to the Apple AuthKey .p8 file (example: `/path/to/AuthKey.p8`)
- `GOOGLE_SERVICE_ACCOUNT_PATH`: Path to the Google Play service account JSON file (example: `/path/to/service-account.json`)
Note: Unified MCP for App Store Connect + Google Play Console (91 tools). Apple or Google credentials are required only for the platforms you intend to use. Requires local build of the repo.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.APPLE_KEY_IDrequiredAPI Key ID for App Store Connect.APPLE_ISSUER_IDrequiredIssuer ID for App Store Connect.APPLE_P8_PATHrequiredPath to the AuthKey.p8 file for App Store Connect.GOOGLE_SERVICE_ACCOUNT_PATHrequiredPath to the service account JSON key for Google Play.Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.