simulator-mcp-server

This tool is a Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. It adheres to the MCP specification, exposing simulator functionalities through a standardized interface. This allows developers to easily boot and shut down simulators, install apps, and launch them. It is particularly useful for streamlining the testing and debugging of iOS applications.

GitHub Stars

45

User Rating

Not Rated

Forks

7

Issues

5

Views

0

Favorites

0

README
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"
      ]
    }
  }
}
Author Information

22

Followers

39

Repositories

0

Gists

1

Total Contributions

Top Contributors

Threads