- Home
- Automation
- XcodeBuildMCP
XcodeBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS
Rating
Votes
0
score
Downloads
0
total
Price
Free
No login needed
Works With
About
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
](https://github.com/getsentry/XcodeBuildMCP/actions/workflows/ci.yml) [ ](https://opensource.org/licenses/MIT) [ ](https://developer.apple.com/xcode/) [ ](https://modelcontextprotocol.io/) [ [](https://www.agentaudit.dev/skills/xcodebuildmcp)
Installation
XcodeBuildMCP ships as a single package with two modes: a CLI for direct terminal use and an MCP server for AI coding agents. Both installation methods give you both modes.
Option A — Homebrew
brew tap getsentry/xcodebuildmcp
brew install xcodebuildmcpUse the CLI:
xcodebuildmcp --helpMCP client config:
"XcodeBuildMCP": {
"command": "xcodebuildmcp",
"args": ["mcp"]
}Upgrade later with brew update && brew upgrade xcodebuildmcp.
Option B — npm / npx (Node.js 18+)
For CLI use, install globally:
npm install -g xcodebuildmcp@latest
xcodebuildmcp --helpFor MCP server only, no global install needed — add directly to your client config:
"XcodeBuildMCP": {
"command": "npx",
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
}To pin a specific version, replace @latest with an exact version (e.g. xcodebuildmcp@latest).
Client-specific setup
The examples below use npx (Option B). If you installed via Homebrew, replace the command with "command": "xcodebuildmcp", "args": ["mcp"] instead.
Cursor
Recommended (project-scoped): add .cursor/mcp.json in your workspace root:
```json
{ "mcpServers": { "XcodeBuildMCP": { "command": "npx", "args": ["-y", "xcodebuildmcp@latest", "mcp"] } } }
```
For global Cursor config (~/.cursor/mcp.json), use this variant so startup is aligned with the active workspace:
```json
{ "mcpServers": { "XcodeBuildMCP": { "command": "/bin/zsh", "args": [ "-lc", "cd \"${workspaceFolder}\" && exec npx -y xcodebuildmcp@latest mcp" ] } } }
```
Or use the quick install link:
[](https://cursor.com/en-US/install-mcp?name=XcodeBuildMCP&config=eyJjb21tYW5kIjoibnB4IC15IHhjb2RlYnVpbGRtY3BAbGF0ZXN0IG1jcCJ9)
Claude Code
Run:
```bash
claude mcp add XcodeBuildMCP -- npx -y xcodebuildmcp@latest mcp
```
Codex CLI
Run:
```bash
codex mcp add XcodeBuildMCP -- npx -y xcodebuildmcp@latest mcp
```
Or add to ~/.codex/config.toml:
```toml
[mcp_servers.XcodeBuildMCP] command = "npx" args = ["-y", "xcodebuildmcp@latest", "mcp"]
```
Claude Desktop
Don't lose this
Three weeks from now, you'll want XcodeBuildMCP again. Will you remember where to find it?
Save it to your library and the next time you need XcodeBuildMCP, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
⚡ Pro tip for geeks: add a-gnt 🤵🏻♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
This plugs directly into your AI and gives it new abilities it didn't have before. A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS . Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.