HomeProductivity › MobileBuildMCP

MobileBuildMCP

XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.

TypeScript
★ 6,416 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.7.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mobilebuildmcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "INCREMENTAL_BUILDS_ENABLED": "<YOUR_VALUE>",
        "XCODEBUILDMCP_ENABLED_WORKFLOWS": "<YOUR_VALUE>",
        "XCODEBUILDMCP_SENTRY_DISABLED": "<YOUR_VALUE>",
        "XCODEBUILDMCP_DEBUG": "<YOUR_VALUE>"
      }
    }
  }
}
  • INCREMENTAL_BUILDS_ENABLED — Enable experimental xcodemake incremental builds (true/false or 1/0).
  • XCODEBUILDMCP_ENABLED_WORKFLOWS — Comma-separated list of workflows to load at startup (e.g., 'simulator,device,project-discovery').
  • XCODEBUILDMCP_SENTRY_DISABLED — Disable Sentry error reporting (preferred flag).
  • XCODEBUILDMCP_DEBUG — Enable verbose debug logging from the server.

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.cameroncooke/XcodeBuildMCP

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry