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"
]
}
}
}
Recommend MCP Servers 💡
openrpc-mcp-server
An MCP server that provides JSON-RPC functionality, allowing users to call and discover methods on OpenRPC-compliant services.
aYenx/remote-mcp-server
A remote MCP server deployed on Cloudflare Workers with OAuth login, providing SSE transport for tool integration.
molecule-mcp
An MCP server connecting molecule science tools to Claude AI for prompt-assisted molecule modeling.
@yodablocks/mcp-installer
A MCP Server that installs other MCP servers hosted on npm or PyPi via Claude
LaurieWired/GhidraMCP
MCP Server for Ghidra
orshot
Orshot's MCP Server allows dynamic image generation from templates using prompts in Claude, Cursor, or any MCP-compatible application.