Best for
- Teams developing iOS or macOS applications with macOS and Xcode
- Developers who want AI coding agents to participate in Xcode workflows
- Users who need both an MCP server and a unified CLI
Based on the repository description, server manifest, and README, XcodeBuildMCP provides a stdio MCP server and CLI focused on Xcode projects, simulators, and app development workflows. The source does not enumerate tool identifiers, so the tools list is empty; it also does not provide a reusable client JSON configuration.
XcodeBuildMCP is an MCP server and command-line tool that provides agent-oriented tools for working on iOS and macOS projects, including Xcode project management, simulator management, and app utilities. It supports both MCP server mode and direct terminal use.
Requires macOS 14.5 or later and Xcode 16.x or later. With Homebrew: brew tap getsentry/xcodebuildmcp && brew install xcodebuildmcp. With Node.js 18+: npm install -g xcodebuildmcp@latest. Start the MCP server with xcodebuildmcp mcp, or run it on demand with npx -y xcodebuildmcp@latest mcp. Verify the installation with xcodebuildmcp --help.