mcp-server-ios-simulator

atom2ueki/mcp-server-ios-simulator
★ 41 stars TypeScript 🧠 Memory/Knowledge Updated today
Model Context Protocol (MCP) implementation for iOS simulators
View on GitHub →

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-ios-simul": {
      "command": "npx",
      "args": [
        "-y",
        "atom2ueki/mcp-server-ios-simulator"
      ]
    }
  }
}