ios-mcp-server

martingeidobler/ios-mcp-server
★ 2 stars TypeScript 📦 Other Updated 24d ago
MCP server for iOS Simulator control with native touch injection (IndigoHID) and native UI tree reading (AXPTranslation). No mouse hijacking, no Accessibility permissions needed.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ios-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "martingeidobler/ios-mcp-server"
      ]
    }
  }
}