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. - List available iOS simulators - Boot and shutdown simulators - Install .app bundles on simulators - Launch installed apps by bundle ID Add the following to your Claude Config JSON file
Add this skill
npx mdskills install JoshuaRileyDev/simulator-mcp-serverProvides essential iOS simulator control but lacks tool descriptions and usage examples
1# iOS Simulator MCP Server23A 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.45## Features67- List available iOS simulators8- Boot and shutdown simulators9- Install .app bundles on simulators10- Launch installed apps by bundle ID1112## Installation13Add the following to your Claude Config JSON file14```15{16 "mcpServers": {17 "simulator": {18 "command": "npx",19 "args": [20 "y",21 "@joshuarileydev/simulator-mcp-server"22 ]23 }24 }25}26```
Full transparency — inspect the skill content before installing.