This is the official CLI wrapper for Apple platform development that sits between Claude and xcodebuild/simctl. Instead of wrestling with raw Xcode command syntax, you get a unified interface for building, testing, running simulators, capturing logs, and driving UI automation across iOS, macOS, watchOS, tvOS, and visionOS projects. The help-first design means you discover workflows dynamically rather than memorizing flags. It's built by Sentry and pushes you toward minimal command sequences, like using build-and-run instead of chaining separate build and run steps. If you're doing any Apple platform work with Claude and want cleaner tool calls, this replaces the usual xcodebuild incantations with something more structured.
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-cli