Download Latest Version Release v2.7.0 source code.zip (4.6 MB)
Email in envelope

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

Home / v2.6.1
Name Modified Size InfoDownloads / Week
Parent folder
xcodebuildmcp-2.6.1-darwin-universal.tar.gz.sha256 2026-06-02 65 Bytes
xcodebuildmcp-2.6.1-darwin-arm64.tar.gz 2026-06-02 55.0 MB
xcodebuildmcp-2.6.1-darwin-arm64.tar.gz.sha256 2026-06-02 65 Bytes
xcodebuildmcp-2.6.1-darwin-universal.tar.gz 2026-06-02 95.0 MB
xcodebuildmcp-2.6.1-darwin-x64.tar.gz 2026-06-02 56.2 MB
xcodebuildmcp-2.6.1-darwin-x64.tar.gz.sha256 2026-06-02 65 Bytes
xcodebuildmcp-2.6.1.tgz 2026-06-02 4.9 MB
README.md 2026-06-02 787 Bytes
Release v2.6.1 source code.tar.gz 2026-06-02 3.5 MB
Release v2.6.1 source code.zip 2026-06-02 4.4 MB
Totals: 10 Items   219.1 MB 0

Release v2.6.1

Fixed

  • Fixed tab bar item discovery so agents can switch UITabBar items (#439, #441).

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

Source: README.md, updated 2026-06-02