Skip to content
Claude Code

app store connect mcp for Claude Code

io.github.gjeltep/app-store-connect-mcp

Interact with Apple's App Store Connect API

client:Claude Code transport:stdio runtime:pypi

Install app store connect mcp in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add app-store-connect-mcp -e APP_STORE_KEY_ID=<APP_STORE_KEY_ID> -e APP_STORE_ISSUER_ID=<APP_STORE_ISSUER_ID> -e APP_STORE_PRIVATE_KEY_PATH=<APP_STORE_PRIVATE_KEY_PATH> -e APP_STORE_APP_ID=<APP_STORE_APP_ID> -e APP_STORE_KEY_TYPE=<APP_STORE_KEY_TYPE> -e APP_STORE_SCOPE=<APP_STORE_SCOPE> -e APP_STORE_SUBJECT=<APP_STORE_SUBJECT> -- uvx app-store-connect-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

app store connect mcp in other clients