Download Latest Version xcodebuildmcp-2.3.2-darwin-arm64.tar.gz (62.9 MB)
Email in envelope

Get an email when there's a new version of XcodeBuildMCP

Home / v2.2.1
Name Modified Size InfoDownloads / Week
Parent folder
xcodebuildmcp-2.2.1-darwin-arm64.tar.gz 2026-03-08 63.6 MB
xcodebuildmcp-2.2.1-darwin-arm64.tar.gz.sha256 2026-03-08 65 Bytes
xcodebuildmcp-2.2.1-darwin-universal.tar.gz 2026-03-08 103.1 MB
xcodebuildmcp-2.2.1-darwin-universal.tar.gz.sha256 2026-03-08 65 Bytes
xcodebuildmcp-2.2.1-darwin-x64.tar.gz 2026-03-08 64.8 MB
xcodebuildmcp-2.2.1-darwin-x64.tar.gz.sha256 2026-03-08 65 Bytes
xcodebuildmcp-2.2.1.tgz 2026-03-08 4.2 MB
README.md 2026-03-08 607 Bytes
Release v2.2.1 source code.tar.gz 2026-03-08 2.6 MB
Release v2.2.1 source code.zip 2026-03-08 3.0 MB
Totals: 10 Items   241.1 MB 2

Release v2.2.1

  • Fix AXe bundling issue.

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.2.1

Source: README.md, updated 2026-03-08