- Explore MCP Servers
- simulator-mcp-server
Simulator Mcp Server
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.
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.
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.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
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.
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.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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" ] } } }
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










