Skip to main content
ClaudeWave

A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

MCP ServersOfficial Registry6.2k stars302 forksTypeScriptMITUpdated 5d ago
Editor's note

XcodeBuildMCP is an MCP server and CLI tool, built by Sentry, that exposes Xcode build operations as structured tools for AI coding agents working on iOS and macOS projects. It connects to MCP-compatible clients such as Claude Code and Cursor by running as a local server via `npx -y xcodebuildmcp@latest mcp` or a globally installed binary, giving agents the ability to build for simulators, manage devices, capture logs, and run debugging sessions without leaving the AI workflow. The package ships two optional agent skills, an MCP Skill and a CLI Skill, which prime the agent with context-specific instructions for using either interface. A notable implementation detail is that XcodeBuildMCP instructs xcodebuild to skip macro validation, avoiding common build failures in projects that use Swift Macros. The CLI includes a per-workspace daemon for stateful operations and supports in-place upgrades via `xcodebuildmcp upgrade`. iOS and macOS developers using AI-assisted coding tools are the primary audience, particularly those who want agents to trigger and interpret real Xcode build output directly.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/getsentry/XcodeBuildMCP
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "xcodebuildmcp": {
      "command": "node",
      "args": ["/path/to/XcodeBuildMCP/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/getsentry/XcodeBuildMCP and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
mcpmcp-servermodel-context-protocolmodel-context-protocol-serverstag-productionxcodexcodebuild

What people ask about XcodeBuildMCP

What is getsentry/XcodeBuildMCP?

+

getsentry/XcodeBuildMCP is mcp servers for the Claude AI ecosystem. A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects. It has 6.2k GitHub stars and was last updated 5d ago.

How do I install XcodeBuildMCP?

+

You can install XcodeBuildMCP by cloning the repository (https://github.com/getsentry/XcodeBuildMCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is getsentry/XcodeBuildMCP safe to use?

+

Our security agent has analyzed getsentry/XcodeBuildMCP and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains getsentry/XcodeBuildMCP?

+

getsentry/XcodeBuildMCP is maintained by getsentry. The last recorded GitHub activity is from 5d ago, with 7 open issues.

Are there alternatives to XcodeBuildMCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy XcodeBuildMCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: getsentry/XcodeBuildMCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/getsentry-xcodebuildmcp)](https://claudewave.com/repo/getsentry-xcodebuildmcp)
<a href="https://claudewave.com/repo/getsentry-xcodebuildmcp"><img src="https://claudewave.com/api/badge/getsentry-xcodebuildmcp" alt="Featured on ClaudeWave: getsentry/XcodeBuildMCP" width="320" height="64" /></a>

More MCP Servers