A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-simulator": {
"command": "npx",
"args": [
"-y",
"InditexTech/mcp-server-simulator-ios-idb"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-simulator npx -y InditexTech/mcp-server-simulator-ios-idb
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-simulator": {
"command": "npx",
"args": [
"-y",
"InditexTech/mcp-server-simulator-ios-idb"
]
}
}
}