appstore-connect-mcp
MCP server for Apple Store Connect API integration with OAuth authentication support
stdio v1.0.0
Connection Configuration
Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add io.github.ryaker--appstore-connect-mcp -- npx
Server Details
Transport
stdio
Authentication
NoneVersion
v1.0.0
Server Name
io.github.ryaker/appstore-connect-mcp
Last Updated
Sep 10, 2025
Get Started
How to install and connect this MCP server.
Required Configuration
Environment variables you must provide when running this server.
| Variable | Required |
|---|---|
APPLE_KEY_ID secret | Yes |
APPLE_ISSUER_ID secret | Yes |
APPLE_PRIVATE_KEY secret | Yes |
APPLE_BUNDLE_ID | Optional |
APPLE_APP_STORE_ID | Optional |
OAUTH_ENABLED | Optional |
OAUTH_ISSUER | Optional |
OAUTH_AUDIENCE | Optional |
OAUTH_JWKS_URI | Optional |
SERVER_URL | Optional |