[ MCP_NODE_3821 ]

ios-simulator-mcp

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Control iOS Simulator directly from Claude Code. Launch apps, take screenshots, manage device states, and streamline mobile development workflows.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "ios-simulator-mcp-en": {
            "description": "Control iOS Simulator directly from Claude Code. Launch apps, take screenshots, manage device states, and streamline mobile development workflows.",
            "command": "npx",
            "args": [
                "-y",
                "ios-simulator-mcp"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.