Skip to main content
Developer ToolsTypeScript

InditexTech/mcp-server-simulator-ios-idb

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

developer-toolslocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/InditexTech/mcp-server-simulator-ios-idb

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
InditexTech