ios-agent-driver

CodeJonesW/ios-agent-driver
★ 0 stars TypeScript AI/LLM Updated today
MCP server that lets an AI agent drive the iOS Simulator in a loop — accessibility-tree-first perception with screenshot fallback, built on simctl + idb.
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-agent-driver": {
      "command": "npx",
      "args": [
        "-y",
        "CodeJonesW/ios-agent-driver"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets an AI agent **drive the iOS Simulator in a loop** — so an agent can actually *use* your app: tap, type, swipe, read the screen, and verify what happened. It bridges the gap between iOS development and agentic testing. The primitives to control a simulator exist (`xcrun simctl`, Meta's [`idb`](https://fbidb.io)), but

Tools (14)

boot_simdeeplinkdescribe_uiinstall_applaunchlist_simspress_buttonreset_appscreenshotset_permissionswipetapterminatetype_text

Topics

agentautomationclaudeidbiosios-simulatormcpmodel-context-protocoltesting