MCP Catalogs
Home

XcodeBuildMCP

by getsentry·5,594·Score 60

MCP server providing iOS/macOS development tools for AI agents with CLI interface.

developer-toolsai-llmproductivity
273
Forks
25
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automated iOS/macOS app development and testing workflows
you:AI-assisted code review and debugging in Xcode projects
you:Automated deployment and CI/CD integration for Apple platforms
you:What are the system requirements for XcodeBuildMCP?
you:How does XcodeBuildMCP handle code signing?

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

xcode-serverfastlanereact-native-mcpflutter-mcp

Installation

Option A — Homebrew

brew tap getsentry/xcodebuildmcp
brew install xcodebuildmcp

Option B — npm (Node.js 18+)

npm install -g xcodebuildmcp@latest

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.