Back to MCP Servers

Ios Simulator

A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements.

developer-tools

Installation

npx -y ios-simulator-mcp

Configuration

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

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