| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xcodebuildmcp-2.5.1-darwin-universal.tar.gz.sha256 | 2026-05-08 | 65 Bytes | |
| xcodebuildmcp-2.5.1-darwin-arm64.tar.gz | 2026-05-08 | 54.4 MB | |
| xcodebuildmcp-2.5.1-darwin-arm64.tar.gz.sha256 | 2026-05-08 | 65 Bytes | |
| xcodebuildmcp-2.5.1-darwin-universal.tar.gz | 2026-05-08 | 94.2 MB | |
| xcodebuildmcp-2.5.1-darwin-x64.tar.gz | 2026-05-08 | 55.6 MB | |
| xcodebuildmcp-2.5.1-darwin-x64.tar.gz.sha256 | 2026-05-08 | 65 Bytes | |
| xcodebuildmcp-2.5.1.tgz | 2026-05-08 | 4.5 MB | |
| README.md | 2026-05-08 | 716 Bytes | |
| Release v2.5.1 source code.tar.gz | 2026-05-08 | 3.3 MB | |
| Release v2.5.1 source code.zip | 2026-05-08 | 4.0 MB | |
| Totals: 10 Items | 216.1 MB | 0 | |
Release v2.5.1
Fixed
- Fixed portable macOS/Homebrew installs missing structured output schemas, which prevented MCP clients from loading tools.
Option A — Homebrew (no Node.js required)
Install:
:::bash
brew tap getsentry/xcodebuildmcp
brew install xcodebuildmcp
MCP config:
:::json
"XcodeBuildMCP": {
"command": "xcodebuildmcp",
"args": ["mcp"]
}
Option B — npm / npx (Node.js 18+)
Install:
:::bash
npm install -g xcodebuildmcp@latest
MCP config:
:::json
"XcodeBuildMCP": {
"command": "npx",
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
}
📦 NPM Package: https://www.npmjs.com/package/xcodebuildmcp/v/2.5.1