Odel
XcodeBuildMCP

XcodeBuildMCP

Local
@getsentry6.3kTypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmxcodebuildmcpv2.7.0

Run

npx -y xcodebuildmcp

MCP client config

{
  "mcpServers": {
    "xcodebuildmcp": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp"
      ]
    }
  }
}