MCP.so
Sign In

iOS Simulator MCP Server

@JoshuaRileyDev

About iOS Simulator MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

JoshuaRileyDev

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is iOS Simulator MCP Server?

iOS Simulator MCP Server is a Model Context Protocol server that provides programmatic control over iOS simulators. It exposes simulator functionality through a standardized interface for developers.

How to use iOS Simulator MCP Server?

Install by adding the provided configuration to your Claude Config JSON file using npx. Once configured, you can list available simulators, boot and shutdown simulators, install .app bundles, and launch installed apps by bundle ID.

Key features of iOS Simulator MCP Server

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

Use cases of iOS Simulator MCP Server

  • Automating simulator setup for testing
  • Managing multiple simulator configurations in CI/CD
  • Installing and launching test builds without manual interaction

FAQ from iOS Simulator MCP Server

Comments

More Other MCP servers