xcode-mcp-server

MrAlob/xcode-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
MCP server for Xcode project management — build, test, run, simulators, file ops
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-server": {
      "command": "uvx",
      "args": [
        "xcode-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install xcode-mcp-server