This MCP server connects various clients to the official App Store Connect API, allowing management of iOS/macOS apps, TestFlight, in-app subscriptions, and store metadata through chat or automated tool calls.
From the registry: App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
Please install the `app-store-connect` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Create API key** — Create an API key in App Store Connect -> Users and Access -> Integrations. Download the .p8 and note Key ID and Issuer ID (https://appstoreconnect.apple.com/access/integrations/api)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","mcp-asc"]
- required environment variables:
- `APP_STORE_CONNECT_KEY_ID`: API Key ID from App Store Connect (example: `<YOUR_KEY_ID>`)
- `APP_STORE_CONNECT_ISSUER_ID`: Issuer ID from App Store Connect (example: `<YOUR_ISSUER_ID>`)
- `APP_STORE_CONNECT_P8_PATH`: Path to your .p8 private key file (example: `/path/to/AuthKey_XXXXX.p8`)
- optional environment variables:
- `APP_STORE_CONNECT_VENDOR_NUMBER`: Vendor number (required for sales/finance reports) (example: `<YOUR_VENDOR_NUMBER>`)
Note: Built with xmcp. Can also run as HTTP SSE at http://localhost:3001/mcp via 'npm run start:http'. Requires Node 20+.
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.APP_STORE_CONNECT_KEY_IDrequiredAPI Key ID from App Store ConnectAPP_STORE_CONNECT_ISSUER_IDrequiredIssuer ID from App Store ConnectAPP_STORE_CONNECT_P8_PATHrequiredPath to your .p8 private key fileAPP_STORE_CONNECT_VENDOR_NUMBERNeeded for sales/finance reportsReal-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Validate oh-my-posh configurations and segment snippets against the official schema.
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.