getsentry/XcodeBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
What it solves
XcodeBuildMCP provides a bridge between AI coding agents and the Apple development ecosystem. It allows agents to interact with xcodebuild to build, test, and manage iOS and macOS projects, removing the manual overhead of running build commands in a terminal.
How it works
The project implements the Model Context Protocol (MCP), allowing it to act as a server that exposes a set of tools to AI clients (like Cursor or Claude Code). It also provides a CLI for direct human use. The system uses a per-workspace daemon to handle stateful operations such as log capture and debugging.
Who it’s for
Developers working on iOS and macOS applications who use AI coding agents to assist with their development workflow.
Highlights
- Dual Mode: Offers both an MCP server for AI agents and a CLI for terminal use.
- Bridges to Xcode: Enables agents to build for simulators and prepare/run test products.
- Agent Skills: Includes optional "skills" to prime AI agents with instructions on how to use the tools effectively.
- Broad Compatibility: Compatible with Xcode 16 and macOS 14.5+.
Related
- Project
- Project
- Project
- Project
- Project