Back to Browse

XcodeBuild MCP Server

Developer ToolsLow Risk9.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.8
Low Risk9.8Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved). 1 finding(s) downgraded by scanner intelligence.

5 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Enable experimental xcodemake incremental builds (true/false or 1/0).Optional

Environment variable: INCREMENTAL_BUILDS_ENABLED

Comma-separated list of workflows to load at startup (e.g., 'simulator,device,project-discovery').Optional

Environment variable: XCODEBUILDMCP_ENABLED_WORKFLOWS

Disable Sentry error reporting (preferred flag).Optional

Environment variable: XCODEBUILDMCP_SENTRY_DISABLED

Enable verbose debug logging from the server.Optional

Environment variable: XCODEBUILDMCP_DEBUG

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-xcodebuildmcp-xcodebuildmcp": {
      "env": {
        "XCODEBUILDMCP_DEBUG": "your-xcodebuildmcp-debug-here",
        "INCREMENTAL_BUILDS_ENABLED": "your-incremental-builds-enabled-here",
        "XCODEBUILDMCP_SENTRY_DISABLED": "your-xcodebuildmcp-sentry-disabled-here",
        "XCODEBUILDMCP_ENABLED_WORKFLOWS": "your-xcodebuildmcp-enabled-workflows-here"
      },
      "args": [
        "-y",
        "xcodebuildmcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!