XcodeBuildMCP

XcodeBuildMCP

MCP server and CLI tools for iOS and macOS projects.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 6.0k
Source
mcp-github

Overview

XcodeBuildMCP is a Model Context Protocol (MCP) server and command-line tool designed for AI agents handling iOS and macOS projects. It provides a rich set of tools to help AI agents more efficiently build, debug, and manage projects. Available via Homebrew or npm, and supports connections from multiple MCP clients. Ideal for developers looking to automate iOS and macOS project build workflows.

Capabilities

  • Project building
  • Simulator builds
  • Device code signing
  • Tool list
  • State management

Use cases

Automated iOS project buildingDebugging macOS applicationsManaging Xcode project configurationsIntegrating into CI/CD pipelines

Setup

Requires: macOS 14.5 或更高版本Xcode 16.x 或更高版本Node.js 18.x 或更高版本(非 Homebrew 安装时)
Install via Homebrew: `brew tap getsentry/xcodebuildmcp && brew install xcodebuildmcp`; or via npm: `npm install -g xcodebuildmcp@latest`.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I start the MCP server?

Use the command `xcodebuildmcp mcp` to start the MCP server.

Do I need to install Node.js globally?

No, if installed via Homebrew; otherwise, Node.js 18.x or higher is required.

Related skills