Skip to content
Claude Desktop

AgentCloud — Hosted iOS Simulator MCP for Claude Desktop

so.agentcloud/ios-simulator

Build, run, and inspect iOS apps in disposable hosted Simulators from cloud coding agents.

client:Claude Desktop transport:streamable-http

Install AgentCloud — Hosted iOS Simulator MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ios-simulator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.agentcloud.so/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AgentCloud — Hosted iOS Simulator MCP in other clients