Connects Claude to Apple's App Store Connect API so you can pull reviews, analyze TestFlight crash reports, fetch analytics data, and manage Xcode Cloud builds without leaving your conversation. The implementation is spec-aware, generating Pydantic models from Apple's OpenAPI spec to stay current as endpoints evolve. Tools follow a resource.verb pattern: reviews.search for filtering by rating and territory, crashes.get_log to pull raw crash dumps, analytics_report_requests.create for metrics collection, builds.start to trigger CI runs. Built on async httpx with server-side filtering and smart pagination to keep token costs down. Useful when you're triaging app issues, preparing release reports, or orchestrating CI workflows through chat.
claude mcp add --transport stdio gjeltep-app-store-connect-mcp -- uvx app-store-connect-mcp