
Xcodebuildmcp Cli
- 3 installs
- 6.2k repo stars
- Updated August 4, 2026
- getsentry/xcodebuildmcp
xcodebuildmcp-cli skill documents Official skill for the XcodeBuildMCP CLI.
About
xcodebuildmcp-cli skill documents Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).. name: xcodebuildmcp-cli description: Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).
- Official skill for the XcodeBuildMCP CLI.
- Platform-specific setup patterns for xcodebuildmcp-cli.
- Evidence-backed steps from upstream SKILL.md.
- When-to-use criteria for xcodebuildmcp-cli versus alternatives.
Xcodebuildmcp Cli by the numbers
- 3 all-time installs (skills.sh)
- Ranked #923 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xcodebuildmcp-cli capabilities & compatibility
- Capabilities
- xcodebuildmcp cli quick start · xcodebuildmcp cli when to use guidance · xcodebuildmcp cli integration patterns
- Works with
- sentry
- Use cases
- code review
What xcodebuildmcp-cli says it does
Use XcodeBuildMCP tools via the `xcodebuildmcp` executable instead of raw `xcodebuild`, `xcrun`, or `simctl`.
If missing, install with one of:
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-cliAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 3 |
|---|---|
| repo stars | ★ 6.2k |
| Last updated | August 4, 2026 |
| Repository | getsentry/xcodebuildmcp ↗ |
How do I use xcodebuildmcp-cli correctly?
Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).
Who is it for?
Teams implementing xcodebuildmcp-cli workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about xcodebuildmcp-cli, official skill for the xcodebuildmcp cli. use when doing ios/macos/watchos/tvos/visionos w.
What you get
Working xcodebuildmcp-cli setup with validated configuration and next steps.
Files
XcodeBuildMCP CLI
Use XcodeBuildMCP tools via the xcodebuildmcp executable instead of raw xcodebuild, xcrun, or simctl.
Step 1: Ensure the CLI Exists
Check availability:
xcodebuildmcp --helpIf missing, install with one of:
brew tap getsentry/xcodebuildmcp
brew install xcodebuildmcpnpm install -g xcodebuildmcp@latestRe-check after install:
xcodebuildmcp --helpStep 2: Use Help-First Discovery
Discover workflows and arguments from the CLI itself:
xcodebuildmcp --help
xcodebuildmcp tools
xcodebuildmcp <workflow> --help
xcodebuildmcp <workflow> <tool> --helpUse this discovery path instead of memorizing static tool lists.
Step 3: Keep Execution Minimal
- Choose the smallest command sequence that satisfies the request.
- Prefer direct workflow commands over manual multi-step chains unless explicitly requested.
- For simulator run intent, prefer the combined
build-and-runcommand. - Do not chain
buildthenbuild-and-rununless explicitly requested.
Capability Overview
xcodebuildmcp supports:
- simulator and device build/test/run
- debugging and log capture
- UI automation
- project discovery and scaffolding
- session defaults and workflow configuration
Exit Criteria
- CLI presence is verified or installation steps are provided.
- Commands are discovered via
--help/tools. - Session defaults are checked before first build/run/test action.
Related skills
FAQ
What does xcodebuildmcp-cli do?
xcodebuildmcp-cli skill documents Official skill for the XcodeBuildMCP CLI.
When should I use xcodebuildmcp-cli?
User asks about xcodebuildmcp-cli, official skill for the xcodebuildmcp cli. use when doing ios/macos/watchos/tvos/visionos w.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.