simulator-mcp-server
The iOS Simulator MCP Server is designed to offer programmatic control over iOS simulators using the Model Context Protocol. It facilitates tasks like listing, booting, and shutting down simulators, as well as installing and launching apps.
What is the primary purpose of the iOS Simulator MCP Server?
The primary purpose is to provide programmatic control over iOS simulators, allowing developers to automate tasks such as listing, booting, shutting down simulators, and managing app installations.
How can I install the iOS Simulator MCP Server?
You can install it by adding the specified configuration to your Claude Config JSON file, which includes using 'npx' to run the server.
Can I launch apps on the simulator using this server?
Yes, you can launch installed apps on the simulator by specifying the app's bundle ID.
Is it possible to manage multiple simulators simultaneously?
Yes, the server allows you to list and manage multiple iOS simulators, providing flexibility in testing and development.
Does the server support installing .app bundles?
Yes, the server supports installing .app bundles on the simulators, facilitating the deployment of applications for testing.