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 💡
md2doc
An MCP server that converts Markdown text to DOCX format, supporting custom templates and multi-language output, leveraging an external conversion service.
ananddtyagi/gif-creator-mcp
An MCP server that converts video files to GIF animations.
mvf1-cli
A Python package and command line interface to control video players for MultiViewer For F1, the best way to watch Formula 1.
jmeter
✨ JMeter Meets AI Workflows: Introducing the JMeter MCP Server! 🤯
raj-mehra/jira-mcp
Jira integration server providing ticket fetching and searching via MCP framework
python-mcp-server
An MCP server that runs a Python environment to execute LLM-generated code, useful for web scraping.