Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
getsentry avatar

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)
At a glance

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
From the docs

What xcodebuildmcp-cli says it does

Use XcodeBuildMCP tools via the `xcodebuildmcp` executable instead of raw `xcodebuild`, `xcrun`, or `simctl`.
SKILL.md
If missing, install with one of:
SKILL.md
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-cli

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars6.2k
Last updatedAugust 4, 2026
Repositorygetsentry/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

SKILL.mdMarkdownGitHub ↗

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 --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

Step 2: Use Help-First Discovery

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.

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-run command.
  • Do not chain build then build-and-run unless 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.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.