Back to MCP Servers
Ios Simulator
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.
developer-tools
By joshuayoes
Installation
npx -y ios-simulator-mcpConfiguration
{
"mcpServers": {
"ios-simulator-mcp": {
"command": "npx",
"args": ["-y", "ios-simulator-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes