xcode-mcp

ebowwa/xcode-mcp
★ 5 stars TypeScript Code/Dev Tools Updated today
MCP server for Xcode - enables AI assistants to create, build, test, and manage iOS/macOS projects programmatically
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xcode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ebowwa/xcode-mcp"
      ]
    }
  }
}

README Excerpt

Xcode MCP server - build, test, run, and manage simulators from Claude Code. ```bash npm install @ebowwa/mcp-xcode ``` - macOS (Darwin) - Xcode Command Line Tools (`xcode-select --install`) | Tool | Description | |------|-------------| | `xcode_build` | Build an Xcode project/workspace | | `xcode_test` | Run unit/UI tests |

Tools (18)

xcode_archivexcode_buildxcode_cleanxcode_destination_listxcode_device_listxcode_project_infoxcode_runtime_listxcode_scheme_listxcode_show_build_settingsxcode_simulator_bootxcode_simulator_installxcode_simulator_launchxcode_simulator_listxcode_simulator_open_urlxcode_simulator_shutdownxcode_simulator_take_screenshotxcode_simulator_terminatexcode_test

Topics

ai-toolsautomationclaudedeveloper-toolsiosmacosmcpmodel-context-protocolswiftxcode