# AgentCloud iOS Simulator [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Theo-/agentcloud-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/agentcloud-ios-simulator

## Description
Build, install, drive, and inspect iOS apps in disposable hosted Simulators with 28 tools for UI automation, logs, screenshots, and recordings over an OAuth-enabled remote MCP endpoint.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "agentcloud-ios-simulator": {
    "url": "https://agentcloud.so"
  }
}
```

## Documentation & README

# AgentCloud — Hosted iOS Simulator MCP

The official remote MCP server for [AgentCloud](https://agentcloud.so). Build, run, and inspect iOS apps in disposable hosted Simulators from cloud coding agents.

**Remote endpoint:** `https://api.agentcloud.so/mcp`

**Official Registry name:** `so.agentcloud/ios-simulator`

## Capabilities

- Build and install iOS applications.
- Launch disposable hosted iPhone Simulators.
- Drive the UI and inspect accessibility output.
- Read device and application logs.
- Capture screenshots and recordings as test evidence.
- Retain artifacts for pull request verification and debugging.

AgentCloud exposes 28 MCP tools for iOS development, UI debugging, pull request verification, and repeatable mobile testing.

## Connect

Add the remote endpoint to any OAuth-capable MCP client:

```json
{
  "mcpServers": {
    "agentcloud": {
      "type": "http",
      "url": "https://api.agentcloud.so/mcp"
    }
  }
}
```

AgentCloud uses OAuth 2.0 and supports Dynamic Client Registration. Your MCP client should open the AgentCloud authorization flow automatically when it first connects.

## Example workflows

- “Build this iOS project and verify it launches successfully.”
- “Reproduce this UI bug in a hosted iPhone Simulator and inspect the logs.”
- “Test this pull request and retain screenshots, accessibility output, logs, and a recording.”

## Links

- [AgentCloud](https://agentcloud.so)
- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers?search=so.agentcloud%2Fios-simulator)
- [Smithery](https://smithery.ai/servers/theo/ios-simulator)
- [MCP Marketplace](https://mcp-marketplace.io/server/agentcloud-hosted-ios-simulator-mcp)

## Support

For product or security questions, email [help@agentcloud.so](mailto:help@agentcloud.so).

This repository contains public distribution metadata and documentation for AgentCloud's hosted MCP server. The production service source code is maintained separately.

