XcodeBuildMCP
by getsentry·★ 5,594·Score 60
MCP server providing iOS/macOS development tools for AI agents with CLI interface.
Overview
XcodeBuildMCP is a comprehensive Model Context Protocol server and CLI specifically designed for iOS and macOS development. It enables AI agents to interact with Xcode projects by providing tools for building, testing, and analyzing applications. The server offers both MCP server integration and standalone CLI functionality, making it versatile for different workflows. It maintains an active development cycle with regular updates and comprehensive documentation.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose XcodeBuildMCP when working on iOS/macOS development projects and need AI agent assistance with building, testing, and analyzing code within the Xcode ecosystem.
When NOT to choose this
Avoid if you're not working in the Apple ecosystem, as this server is specifically designed for iOS/macOS development and requires Xcode to be installed.
Comparable tools
Installation
Option A — Homebrew
brew tap getsentry/xcodebuildmcp
brew install xcodebuildmcpOption B — npm (Node.js 18+)
npm install -g xcodebuildmcp@latestClaude Desktop Configuration
Add to your Claude Desktop config.json:
"mcpServers": {
"xcodebuild": {
"command": "xcodebuildmcp",
"args": ["mcp"]
}
}FAQ
- What are the system requirements for XcodeBuildMCP?
- You need macOS 14.5 or later, Xcode 16.x or later, and Node.js 18.x or later (not required for Homebrew installation).
- How does XcodeBuildMCP handle code signing?
- Device tools require code signing to be configured in Xcode. The documentation provides specific guidance on device code signing configuration.
Compare XcodeBuildMCP with
Last updated · Auto-generated from public README + GitHub signals.