Back to MCP Servers
🔌

InditexTech/mcp-server-simulator-ios-idb

Apache-2.0

📇 🏠 🍎 - A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators (iPhone, iPad, etc.) through natural language commands.

TypeScriptAI & LLMs

Install

npx -y mcp-server-simulator-ios-idb

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "inditextech-mcp-server-simulator-ios-idb": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-simulator-ios-idb"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.