Back to Apps

XcodeBuildMCP
Supports UIby getsentry
Automate iOS and macOS project management, build processes, and simulator control for AI coding agents.
0 stars
Works in:CursorCodexVS Code CopilotWindsurf
Exposes:Tools
What it does
Connects AI agents to the Xcode build system, allowing them to manage iOS and macOS projects, handle simulator operations, and execute Xcode build commands directly.
Tools
simulator build: Builds the project for a specific simulator scheme.simulator manage: Controls and manages macOS/iOS simulator instances.project manage: Handles Xcode project paths and configuration.doctor: Diagnostics tool to verify Xcode and environment setup.
Installation
Add the following to your claude_desktop_config.json:
"XcodeBuildMCP": {
"command": "npx",
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, Claude Code, Codex CLI, VS Code, Kiro, Windsurf, and Trae.
Quick install
npx -y xcodebuildmcp@latest mcpInformation
- Pricing
- free
- Published
- 4/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Run: codex mcp add XcodeBuildMCP -- npx -y xcodebuildmcp@latest mcpCursor
Add to .cursor/mcp.json: {"mcpServers": {"XcodeBuildMCP": {"command": "npx", "args": ["-y", "xcodebuildmcp@latest", "mcp"]}}}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json: {"mcpServers": {"XcodeBuildMCP": {"command": "npx", "args": ["-y", "xcodebuildmcp@latest", "mcp"]}}}Claude Desktop
{"XcodeBuildMCP": {"command": "npx", "args": ["-y", "xcodebuildmcp@latest", "mcp"]}}





