iOS Simulator Server
An MCP server that provides programmatic control over iOS simulators, allowing users to list available simulators, boot and shutdown simulators, install .app bundles, and launch apps by bundle ID.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install JoshuaRileyDev/simulator-mcp-server -c claudeThis command will automatically install and configure the iOS Simulator Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"iOS Simulator Server": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/simulator-mcp-server"
]
}
}
}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"
]
}
}
}
Details:
Stars
43Forks
7Last commit
11 months agoRepository age
11 months
Auto-fetched from GitHub .
MCP servers similar to iOS Simulator Server:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit