XC

xcodebuildmcp-cli

Standardizes Xcode build, test, and debug workflows via the CLI.

Install

mkdir -p .claude/skills/xcodebuildmcp-cli && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1680" && unzip -o skill.zip -d .claude/skills/xcodebuildmcp-cli && rm skill.zip

Installs to .claude/skills/xcodebuildmcp-cli

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).
140 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Build and run iOS/macOS/watchOS/tvOS/visionOS apps
  • Execute UI automation tests
  • Capture build logs and diagnostic data
  • Manage simulators and devices
  • Discover project workflows

How it works

The skill acts as a wrapper for the XcodeBuildMCP CLI, providing a unified interface for build, test, and run operations across Apple platforms.

Inputs & outputs

You give it
Build or test command intent
You get back
Build artifacts or test results

When to use xcodebuildmcp-cli

  • Building iOS apps
  • Running UI tests
  • Capturing build logs

About this skill

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.

When not to use it

  • When raw xcodebuild calls are explicitly required

Prerequisites

XcodeBuildMCP CLI installed

Limitations

  • Requires Xcode environment
  • Limited to workflows supported by the CLI

How it compares

It replaces manual, complex xcodebuild chains with simplified, discovery-based workflow commands.

Compared to similar skills

xcodebuildmcp-cli side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
xcodebuildmcp-cli (this skill)35moReviewIntermediate
agent-production-validator36moReviewAdvanced
django-verification54moReviewIntermediate
validate-delivery15moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry