trackmcp
Back to directory
JoshuaRileyDev

simulator-mcp-server

View on GitHub
46 stars JavaScriptServers & Infrastructure Updated Oct 22, 2025

Documentation

iOS Simulator MCP Server

A Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. This server implements the MCP specification to expose simulator functionality through a standardized interface.

Features

  • List available iOS simulators
  • Boot and shutdown simulators
  • Install .app bundles on simulators
  • Launch installed apps by bundle ID

Installation

Add the following to your Claude Config JSON file

code
{
  "mcpServers": {
    "simulator": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/simulator-mcp-server"
      ]
    }
  }
}

Frequently asked questions

What is simulator-mcp-server?

simulator-mcp-server is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install simulator-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is simulator-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/JoshuaRileyDev/simulator-mcp-server and has 46 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP