getsentry/xcodebuildmcp

A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 10th, 2026
Created on March 9th, 2025
Open Issues & Pull Requests: 24 (+0)
GitHub issues: Enabled
Number of forks: 316
Total Stargazers: 6,371 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 39.1 hours
Mean response time: 10.9 days
90th percentile: 32.2 days
Tracked items: 169

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in about 15 hours, while "enhancement" waits about 4 days. Only 11% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 3
Closed in 7 days: 3
Avg open age: 18 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 3
Closed in 7 days: 3
Comments in 7 days: 3
Events in 7 days: 6

Top labels

  • enhancement (72)
  • stale (70)
  • bug (51)
  • needs investigation (12)
  • wontfix (6)
  • invalid (5)
  • question (3)
  • can't reproduce (2)

Detailed Description

XcodeBuildMCP is a Model Context Protocol server and command-line tool that enables AI agents and developers to work with iOS and macOS projects through a unified interface.

The tool addresses the need for agents and developers to interact with Xcode build systems programmatically. It operates in two modes: as an MCP server for integration with AI coding agents like Cursor and Claude Code, and as a standalone CLI for direct terminal use. Both modes provide access to the same underlying tools for building, testing, and managing iOS and macOS projects. The MCP server can be configured in supported clients or run on demand without installation, while the CLI includes a per-workspace daemon that automatically starts when needed for stateful operations like log capture and debugging.

Developers working on iOS or macOS projects who use AI coding agents should consider this tool if they want their agents to have direct access to build and device management capabilities. The tool requires macOS 14.5 or later and Xcode 16.x or later. It ships as a single package installable via Homebrew or npm, with optional agent skills available to prime AI models on how to use either the MCP server or CLI interface. Device tools require code signing to be configured in Xcode. The tool skips macro validation during builds to avoid errors in projects using Swift Macros.

The project's maintainers respond to new issues and pull requests within a few days. Work in the issue tracker centers on enhancements, bug fixes, and investigations requiring deeper analysis.