Skip to main content
Developer ToolsTypeScript

ambar/simctl-mcp

πŸ“‡ 🏠 🍎 A MCP server implementation for iOS Simulator control.

developer-toolslocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/ambar/simctl-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "simctl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ambar/simctl-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
ambar