Back to MCP Servers
Simulator
An MCP server to control iOS Simulators
developer-tools
Installation
npx -y simulator-mcp-serverConfiguration
{
"mcpServers": {
"simulator-mcp-server": {
"command": "npx",
"args": ["-y", "simulator-mcp-server"]
}
}
}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