swift-ios-automation-platform

cbvibe69/swift-ios-automation-platform
★ 4 stars Swift AI/LLM Updated today
High-performance Swift-based MCP server for Xcode automation with hybrid architecture. Designed for Mac Studio M2 Max with real-time build intelligence, advanced multi-simulator management, and maximum security.
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": {
    "swift-ios-automation": {
      "command": "npx",
      "args": [
        "-y",
        "cbvibe69/swift-ios-automation-platform"
      ]
    }
  }
}

README Excerpt

> ### Status: inactive — archived > > This was built to close the 90-second Xcode build-feedback loop before coding agents could do it on their own. **They caught up.** The workflow this server existed to solve is now handled directly by agent tooling, so there was no reason to keep developing it. > > Left public as a technical reference — Swift 6 strict concurrency, an MCP server implementation in Swift rather than Node, and multi-simulator orchestration. Not maintained; issues and pull request