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