AgentCloud — Hosted iOS Simulator MCP

कोडेक्स, क्लॉड कोड, कर्सर और अन्य क्लाउड एजेंटों से डिस्पोजेबल होस्टेड सिम्युलेटर में iOS ऐप्स बनाएं, चलाएं और निरीक्षण करें।

दस्तावेज़

Give your coding agent a mobile device

One agent-readable skill connects Codex, Claude, Cursor, and other coding agents to hosted iOS and Android runtimes.

Give this line to your agent:

set up https://agentcloud.so/SKILL.md

The skill adds AgentCloud as a remote MCP server, opens OAuth authorization in the browser, and guides the agent through building or installing an app, starting a disposable mobile runtime, operating the live interface, and retaining reviewable evidence.

What happens next

  1. Connect. The agent adds https://api.agentcloud.so/mcp; OAuth 2.1 and PKCE handle identity and workspace access.
  2. Run. The agent builds or installs the app, starts a clean iOS Simulator or Android Emulator, and operates the live interface.
  3. Verify. Screens, accessibility state, logs, artifacts, and recordings remain attached to the action that produced them.

iOS and Android tools available through MCP

  • Observe: Read the screen and accessibility tree.
  • Act: Tap, swipe, press device buttons, and type.
  • Navigate: Open URLs and deep links.
  • Inspect: Read application and Simulator output.
  • Reset: Destroy the disposable session and start clean.

Security and boundaries

  • OAuth 2.1 with PKCE.
  • No raw worker shell access.
  • Disposable Simulator sessions.
  • Browser sessions, OAuth grants, runs, and artifacts are scoped to the creating team.
  • Logs remain until their retention period ends or an authorized team member deletes them.

Frequently asked questions

Does AgentCloud work with Cursor?

Yes. Add the AgentCloud remote URL in Cursor's MCP settings, then authorize access in your browser. Other OAuth-capable clients that support Streamable HTTP MCP can use the same endpoint.

What is a mobile Simulator MCP server?

It exposes focused iOS and Android runtime operations as Model Context Protocol tools. A compatible coding agent can build or install an app, create a run, launch it, observe the screen, act on the interface, inspect application output, and destroy the session.

Is AgentCloud a remote Mac, Xcode, or Android Studio?

No. AgentCloud exposes hosted iOS and Android Simulators through MCP. It does not provide a remote desktop or IDE, and apps must target the supported Simulator runtime.

How is MCP access authorized?

AgentCloud uses OAuth 2.1 with PKCE. The user signs in and approves team access in the browser, so there is no long-lived agent secret to copy into the client.

How do Simulator allowances work?

The Free plan includes 2 total Simulator hours across iOS and Android plus 30 lifetime build minutes. Paid plans include fixed Simulator and build-minute allowances that reset each Stripe billing period.