| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xcodebuildmcp-2.6.2-darwin-arm64.tar.gz | 2026-06-02 | 55.0 MB | |
| xcodebuildmcp-2.6.2-darwin-arm64.tar.gz.sha256 | 2026-06-02 | 65 Bytes | |
| xcodebuildmcp-2.6.2-darwin-universal.tar.gz | 2026-06-02 | 95.0 MB | |
| xcodebuildmcp-2.6.2-darwin-universal.tar.gz.sha256 | 2026-06-02 | 65 Bytes | |
| xcodebuildmcp-2.6.2-darwin-x64.tar.gz | 2026-06-02 | 56.2 MB | |
| xcodebuildmcp-2.6.2-darwin-x64.tar.gz.sha256 | 2026-06-02 | 65 Bytes | |
| xcodebuildmcp-2.6.2.tgz | 2026-06-02 | 4.9 MB | |
| README.md | 2026-06-02 | 820 Bytes | |
| Release v2.6.2 source code.tar.gz | 2026-06-02 | 3.5 MB | |
| Release v2.6.2 source code.zip | 2026-06-02 | 4.4 MB | |
| Totals: 10 Items | 219.1 MB | 0 | |
Release v2.6.2
Fixed
- Fixed
xcodebuildmcp upgradeso update checks use the latest GitHub release as the canonical target instead of stale package-manager metadata, ensuring multi-version upgrades show release notes for the actual target version.
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.6.2