Back to MCP Servers
Server Simulator Ios Idb
A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators (iPhone, iPad, etc.) through natural language commands.
developer-toolsllm
By InditexTech
Installation
npx -y mcp-server-simulator-ios-idbConfiguration
{
"mcpServers": {
"mcp-server-simulator-ios-idb": {
"command": "npx",
"args": ["-y", "mcp-server-simulator-ios-idb"]
}
}
}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