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 💡
sqlite-explorer
An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
ancestry-mcp
Ancestry MCP server made with Python that allows interactability with .ged (GEDCOM) files
srcgrp/sentry-mcp-server
Integrates Sentry error tracking into MCP-enabled environments, providing access to release health data and issue details.
MCP Geo
Geocoding MCP server with GeoPY!
ukiuni/mcp-git
An MCP server that wraps Git commands for execution via the Model Context Protocol
@recraft-ai/mcp-recraft-server
An MCP server that integrates with Recraft API to provide advanced raster and vector image operations, including generation, editing, vectorization, background removal, and upscaling.