xcautokit

Ezra-Black/xcautokit
★ 0 stars Go Code/Dev Tools Updated today
XCAutokit — MCP server and CLI for Xcode + iOS Simulator automation
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": {
    "xcautokit": {
      "command": "go",
      "args": [
        "run",
        "github.com/Ezra-Black/xcautokit@latest"
      ]
    }
  }
}

README Excerpt

First-party **MCP server + CLI** for Xcode and iOS Simulator automation. Install the same way as [XcodeBuildMCP](https://www.xcodebuildmcp.com/#get-started): `npx` for MCP clients, or a global CLI. npm package name: **`xcautokit`** (available). Brand: **XCAutokit**. ```json { "mcpServers": { "xcautokit": {