ios-simulator-mcp
A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements.
Quick Start
Clone the repository:
git clone https://github.com/joshuayoes/ios-simulator-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ios-simulator-mcp": {
"command": "npx",
"args": [
"-y",
"ios-simulator-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.