XcodeBuildMCP
The XcodeBuildMCP server provides a standardized interface for AI agents and MCP clients to interact with Xcode projects, enabling automation of Xcode-related tasks:
Xcode Project Management: Discover, clean, build, and manage Xcode projects/workspaces, list schemes, and show build settings
Simulator Management: List, boot, and control iOS simulators, deploy and launch apps on them
Build and Run Workflows: Build and run iOS apps on simulators by name or UUID, with support for advanced configurations
App Utilities: Extract bundle identifiers, retrieve build paths, and perform incremental builds (experimental)
Log Capture: Capture runtime logs from applications running on simulators
UI Automation: Interact with simulator UI and capture screenshots (beta feature)
Error Diagnostics: Troubleshoot system and dependency configurations
Provides tools for iOS simulator management including listing simulators, booting them, installing apps, launching apps, capturing logs, automating UI interactions, and taking screenshots.
Supports building and running applications on macOS, including app launching and bundle ID extraction for macOS applications.
Integrates with Sentry for error monitoring and diagnostics to track issues, crashes, and unexpected errors, with options to disable this functionality.
Handles Swift-specific features including skipping macro validation to avoid errors when building projects that use Swift Macros.
Enables programmatic interaction with Xcode projects, allowing operations like discovering projects, building for different platforms, managing schemes, cleaning build products, and extracting build settings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@XcodeBuildMCPbuild my iOS app for the simulator"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Installation
XcodeBuildMCP ships as a single package with two modes: a CLI for direct terminal use and an MCP server for AI coding agents. Either install method gives you both.
Option A — Homebrew
brew tap getsentry/xcodebuildmcp
brew install xcodebuildmcpOption B — npm (Node.js 18+)
npm install -g xcodebuildmcp@latestVerify either install:
xcodebuildmcp --helpConnect your MCP client
Drop-in config snippets for Cursor, Claude Code, Codex, can be found in the official docs page MCP Clients. Most clients can also run the MCP server on demand via npx -y xcodebuildmcp@latest mcp without a global install.
Related MCP server: Clockify MCP
Requirements
macOS 14.5 or later
Xcode 16.x or later
Node.js 18.x or later (not required for Homebrew installation)
Skills
XcodeBuildMCP now includes two optional agent skills:
MCP Skill: Primes the agent with instructions on how to use the MCP server's tools (optional when using the MCP server).
CLI Skill: Primes the agent with instructions on how to navigate the CLI (recommended when using the CLI).
To install with a global binary:
xcodebuildmcp initOr install directly via npx without a global install:
npx -y xcodebuildmcp@latest initFor further information on installing skills, see Agent Skills.
Notes
XcodeBuildMCP requests xcodebuild to skip macro validation to avoid errors when building projects that use Swift Macros.
Device tools require code signing to be configured in Xcode. See Device Code Signing.
Privacy
XcodeBuildMCP uses Sentry for internal runtime error telemetry only. For details and opt-out instructions, see Privacy & Telemetry.
CLI
XcodeBuildMCP provides a unified command-line interface. The mcp subcommand starts the MCP server, while all other commands provide direct terminal access to tools:
# Install globally
npm install -g xcodebuildmcp@latest
# Start the MCP server (for MCP clients)
xcodebuildmcp mcp
# List available tools
xcodebuildmcp tools
# Build for simulator
xcodebuildmcp simulator build --scheme MyApp --project-path ./MyApp.xcodeprojCheck for updates and upgrade in place:
xcodebuildmcp upgrade --check
xcodebuildmcp upgrade --yesThe CLI uses a per-workspace daemon for stateful operations (log capture, debugging, etc.) that auto-starts when needed. See the CLI guide for full documentation.
Documentation
Installation: https://xcodebuildmcp.com/docs/installation
MCP clients: https://xcodebuildmcp.com/docs/clients
CLI usage: https://xcodebuildmcp.com/docs/cli
Configuration and options: https://xcodebuildmcp.com/docs/configuration
Tools reference: https://xcodebuildmcp.com/docs/tools
Troubleshooting: https://xcodebuildmcp.com/docs/troubleshooting
Contributing: https://xcodebuildmcp.com/docs/contributing
Licence
This project is licensed under the MIT License - see the LICENSE file for details. For third-party licensing notices see the THIRD_PARTY_LICENSES file for details. For npm package attributions see the THIRD_PARTY_PACKAGE_LICENSES file for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/getsentry/XcodeBuildMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server