Back to MCP Servers
🔌

r-huijts/xcode-mcp-server

MIT

📇 🏠 🍎 - Xcode integration for project management, file operations, and build automation

TypeScriptDev Tools

Install

npx -y tsc

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "r-huijts-xcode-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tsc"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.