Interact with Apple's App Store Connect API
$ pip install app-store-connect-mcpPlease install the `app-store-connect-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Apple API Key** — Create an API Key in App Store Connect and download the .p8 file (https://appstoreconnect.apple.com/access/integrations/api)
- **Install package** — Install app-store-connect-mcp from PyPI Run: `pip install app-store-connect-mcp`
Canonical MCP server config (stdio transport):
- command: `app-store-connect-mcp`
- args: []
- required environment variables:
- `APP_STORE_KEY_ID`: App Store Connect API Key ID (example: `<YOUR_KEY_ID>`)
- `APP_STORE_ISSUER_ID`: App Store Connect Issuer ID (example: `<YOUR_ISSUER_ID>`)
- `APP_STORE_PRIVATE_KEY_PATH`: Absolute path to the AuthKey .p8 file (example: `/path/to/AuthKey_XXXXX.p8`)
- optional environment variables:
- `APP_STORE_APP_ID`: Optional App Store App ID (example: `<YOUR_APP_ID>`)
- `APP_STORE_KEY_TYPE`: Key type: 'team' or 'individual' (example: `team`)
- `APP_STORE_CONNECT_OPENAPI_URL`: Override the OpenAPI spec source (path to local JSON)
Note: Spec-aware Python MCP server with async httpx client. Tools cover App reviews, TestFlight crashes, analytics reports, and Xcode Cloud.
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.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.