Xcodebuildmcp Cli

🏢Official
by getsentry · vlatest · Repository

This CLI tool simplifies iOS build and deployment using XcodeBuildMCP, streamlining workflows for faster releases.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add getsentry-xcodebuildmcp-cli npx -- -y @trustedskills/getsentry-xcodebuildmcp-cli
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "getsentry-xcodebuildmcp-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/getsentry-xcodebuildmcp-cli"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This CLI tool enables AI agents to interact with Xcode build processes via the Model Context Protocol (MCP). It allows agents to execute xcodebuild commands directly, facilitating automated testing and compilation workflows within iOS development environments.

When to use it

  • Automating regression tests by triggering specific test suites on an iPhone simulator or device.
  • Compiling a single target in Xcode without opening the GUI application.
  • Integrating build verification into CI/CD pipelines managed by AI agents.
  • Debugging build artifacts by running xcodebuild with verbose logging flags programmatically.

Key capabilities

  • Executes native xcodebuild commands through an MCP interface.
  • Bridges the gap between LLMs and Apple's command-line build tools.
  • Supports standard Xcode CLI arguments for target selection and configuration.

Example prompts

  • "Run a clean build of the 'MyApp' target on the simulator using xcodebuild."
  • "Execute the test suite for the 'PaymentModule' scheme and report any failures."
  • "Compile the project with optimization enabled and generate code coverage reports."

Tips & gotchas

Ensure your AI agent has proper permissions to access the terminal where Xcode is installed. This tool relies on the underlying xcodebuild binary, so ensure Xcode is correctly configured in your environment before invoking the skill.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
getsentry
Installs
44

🏢 Official

Published by the company or team that built the technology.