xcodebuildmcp
Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).
Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).
$ npx -y skills add getsentry/xcodebuildmcp --skill xcodebuildmcp-cli --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/xcodebuildmcp-cliContext preview
The summary Claude sees to decide when to auto-load this skill.
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).
Use XcodeBuildMCP tools via the `xcodebuildmcp` executable instead of raw `xcodebuild`, `xcrun`, or `simctl`.
Check availability:
xcodebuildmcp --help
If missing, install with one of:
brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp
npm install -g xcodebuildmcp@latest
Re-check after install:
xcodebuildmcp --help
Discover workflows and arguments from the CLI itself:
xcodebuildmcp --help xcodebuildmcp tools xcodebuildmcp <workflow> --help xcodebuildmcp <workflow> <tool> --help
Use this discovery path instead of memorizing static tool lists.
`xcodebuildmcp` supports:
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Repo: getsentry/xcodebuildmcp
Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).