Back to MCP Servers

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-toolsllm

Installation

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

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub