XcodeBuildMCP
CodeMCP server and CLI from Sentry for Xcode — build, run, and test iOS and macOS projects from AI coding agents.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"xcode-build-mcp": {
"command": "npx",
"args": [
"-y",
"xcodebuildmcp"
]
}
}
}