ios-mcp-server

martingeidobler/ios-mcp-server
★ 2 stars TypeScript 📦 Other Updated 2mo 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 → Try with Claude — $10 free →

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"
      ]
    }
  }
}