Overview
What is simulator-mcp-server
The simulator-mcp-server is a Model Context Protocol (MCP) server that allows programmatic control over iOS simulators, implementing the MCP specification to provide a standardized interface for simulator functionality.
How to Use
To use the simulator-mcp-server, add the specified configuration to your Claude Config JSON file, which includes the command and arguments to run the server using npx.
Key Features
Key features include listing available iOS simulators, booting and shutting down simulators, installing .app bundles on simulators, and launching installed apps by their bundle ID.
Use Cases
Use cases for the simulator-mcp-server include automated testing of iOS applications, continuous integration workflows, and development environments where programmatic control over simulators is required.