← Open Source

App Store Connect MCP

Xcode Cloud CI diagnostics, written fully in Swift · MIT licensed

App Store Connect MCP pairs two things: AppStoreConnectKit, a Swift client for the App Store Connect and Xcode Cloud APIs, and an MCP server that exposes Xcode Cloud as AI-accessible tools. It gives an AI agent structured access to CI logs, test results, and build artifacts instead of leaving it to guess at a failure from raw console output.

What it does

The server walks the full Xcode Cloud resource hierarchy — products, workflows, build runs, actions, and their issues, test results, and artifacts — and parses CI logs to extract compiler and linker errors and test failures with file locations, then combines them into an aggregated failure report an agent can act on directly.

Highlights

  • Full Xcode Cloud coverage: ciProductsciWorkflowsciBuildRuns → actions → issues, test results, and artifacts
  • 40+ read-only MCP tools, with opt-in write operations for starting builds or submitting to review
  • Structured CI log parsing for compiler/linker errors and test failures, with file locations
  • Rate-limit-aware client with transient retry logic
  • App Store metadata management across locales
  • Runs on macOS and Linux (Swift 6.3+)

Related tools

Pairs naturally with ShipItSwifty for release automation, and with Google Play Store MCP for the Android side of the same workflow.