TrialAndErrorAI/appstore-connect-mcp
View on GitHub ↗Code Mode MCP server for App Store Connect — 923 endpoints through 2 tools
32 ★7 forksTypeScriptUpdated 3mo ago
What you need to know
App Store Connect MCP server in Code Mode: 2 tools (search, execute) replace 923 individual endpoint tools by having the LLM write JavaScript against Apple's OpenAPI spec.
Install
npm package: @trialanderror-ai/appstore-connect-mcp Run with npx -y @trialanderror-ai/appstore-connect-mcp Set APP_STORE_KEY_ID, APP_STORE_ISSUER_ID, APP_STORE_P8_PATH (and optional APP_STORE_VENDOR_NUMBER)
Usage
- •claude mcp add appstore-connect with the required env vars
- •Ask the agent to search the spec or execute API calls (e.g. list apps, fetch reviews)
Key features
- ✓Code Mode: 2 tools (search, execute) cover all 923 App Store Connect API endpoints
- ✓JWT auth with P8 key, credentials never visible to generated code
- ✓Sandboxed vm execution of LLM-written JavaScript
- ✓Covers app metadata, analytics, sales/finance, reviews, subscriptions, IAP, versions, TestFlight, builds, pricing, and more
- ✓MIT license
Best for
Full App Store Connect API access with minimal context usage.
Clients: Claude Code · Claude Desktop
Documentation ↗Reviewed 2026-08-11
Topics
- Stars
- 32★
- Forks
- 7
- Language
- TypeScript
- License
- MIT
- Created
- 2025-08-21
- Last push
- 2026-05-19