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 💡
npm-search-mcp-server
A Model Context Protocol server that allows you to search for npm packages by calling the `npm search` command
astrology-mcp-server
An MCP server providing astrological chart functionality for AI assistants.
mobsf-mcp-server
MCP server using mobsf api's to scan and analyze apk and ipa files.
py-ue5-mcp-server
A MCP server enabling Claude to interact with Unreal Engine 5 via natural language to control Blueprint actors and 3D scenes
@41px/mcp-xmind
A Model Context Protocol server for analyzing and querying XMind mind maps
mcp-graphql-forge
A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.