Server Directory
Developer ToolsAdvanced

Xcode Build

by Apple Developer Community

Xcode build system integration for iOS/macOS development. Manage projects, run builds, execute tests, and analyze build logs from AI assistants.

CAPABILITIES

  • Project management
  • Build execution
  • Test running
  • Build log analysis
  • Scheme management
  • Simulator control

INSTALLATION

Terminal
npx -y @apple/mcp-server-xcode

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "xcode-build": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@apple/mcp-server-xcode"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Developer Tools
Difficulty
Advanced
Maintained By
Apple Developer Community
NPM Package
@apple/mcp-server-xcode

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →