MCP.so
Sign In
Servers

XcodeBuildMCP

@cameroncooke

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

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "XcodeBuildMCP": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp@latest",
        "init"
      ]
    }
  }
}

More from Other