iOS Simulator Server

An MCP server that provides programmatic control over iOS simulators, allowing users to list available simulators, boot and shutdown simulators, install .app bundles, and launch apps by bundle ID.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install JoshuaRileyDev/simulator-mcp-server -c claude

This command will automatically install and configure the iOS Simulator Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "iOS Simulator Server": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/simulator-mcp-server"
      ]
    }
  }
}

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

{
  "mcpServers": {
    "simulator": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/simulator-mcp-server"
      ]
    }
  }
}
Share:
Details:
  • Stars


    43
  • Forks


    7
  • Last commit


    11 months ago
  • Repository age


    11 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to iOS Simulator Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit