iOS Simulator MCP ServerServer

InditexTech
GitHub
iOSSimulatorMCP

๐Ÿ’ก Description

This MCP server connects large language models (LLMs) with iOS simulators to provide comprehensive control via natural language commands. It allows for simulator management, application installation and launching, UI interaction, accessibility testing, and more.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "ios-simulator": {
        "env": {},
        "args": [
          "/path/to/mcp-server-simulator-ios-idb/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

iDBNode.jsHomebrewXCode

โšก Features

  • Simulator control
  • Application management
  • UI interaction and testing
  • Debugging capabilities
  • Advanced features like location simulation and media injection

๐Ÿ’ฌ Example Queries

  • Create a simulator session with iPhone 14
  • Install app /path/to/my-app.ipa
  • Launch app com.example.myapp
  • Tap at 100, 200
  • Take a screenshot