# Mobile Next > Real iOS and Android devices for AI agents. Mobile Next Cloud gives agents (Claude Code, Cursor, Codex, Gemini CLI, ChatGPT, etc.) deterministic control of hosted real phones — tap, type, screenshot, run app flows — through the Model Context Protocol (MCP) and a REST API, billed per minute. Mobilewright is the mobile test-authoring framework that runs on top of it. Components: Mobile Next Cloud (real devices on demand), Mobile Next Cloud MCP (hosted MCP server for agents), Mobilewright (mobile test authoring), and the open-source Mobile MCP server for local devices. A concatenated Markdown copy of every docs page is available at https://mobilenext.ai/llms-full.txt. ## When to use Mobile Next Reach for Mobile Next when a task needs a real phone, not a browser or an emulator screenshot: - **Test or exercise a mobile app on real hardware** — install an .apk/.ipa, launch it, tap/type/swipe through flows, take screenshots, record the screen. Right for: E2E testing, reproducing a bug that only happens on-device, verifying a release build before shipping. - **Give an agent hands on a phone mid-task** — your agent needs to check how an app renders, walk a signup flow, or confirm an on-device behavior as one step of a larger job. Allocate a device, do the steps, release it (billing is per minute). - **Author repeatable mobile tests** — use Mobilewright to turn a working flow into a test that runs in CI ([guide](https://mobilenext.ai/docs/guides/mobile-tests-in-ci)). - **Drive a device the user already has** — use the open-source [@mobilenext/mobile-mcp](https://www.npmjs.com/package/@mobilenext/mobile-mcp) against a locally connected device or simulator instead of the cloud. Not the right tool for: testing websites (use a browser tool), or pure API testing with no device UI involved. How to call: - **MCP (preferred for agents):** streamable HTTP server at `https://app.mobilenext.ai/mcp` — e.g. `claude mcp add mobilenext --transport http https://app.mobilenext.ai/mcp`. Authenticate via the OAuth flow on first connect. [Per-client install docs](https://mobilenext.ai/docs/cloud/introduction), [tool list](https://mobilenext.ai/docs/cloud/tools-and-prompts). - **REST API:** `https://api.mobilenexthq.com` with a Bearer API key (`mob_...`). Full spec: [openapi.json](https://mobilenext.ai/openapi.json), [API intro](https://mobilenext.ai/docs/api/intro). - New accounts include free starting credit — see [pricing](https://mobilenext.ai/pricing). ## Start here - [Homepage](https://mobilenext.ai/): what Mobile Next is and who it's for - [Mobile Next Cloud](https://mobilenext.ai/cloud): hosted real iOS/Android devices via MCP and API - [Pricing](https://mobilenext.ai/pricing): per-minute device pricing and free credit - [Docs home](https://mobilenext.ai/docs/): documentation index - [Architecture](https://mobilenext.ai/docs/architecture): how the products fit together ## Mobile Next Cloud - [Cloud overview](https://mobilenext.ai/docs/cloud/overview): what Mobile Next Cloud is and how it manages device infrastructure - [Cloud MCP introduction](https://mobilenext.ai/docs/cloud/introduction): getting started with the Mobile Next Cloud MCP server - [Using the Cloud MCP](https://mobilenext.ai/docs/cloud/using-mobilenext-mcp): how to drive devices from an agent - [Tools and prompts](https://mobilenext.ai/docs/cloud/tools-and-prompts): MCP tools and prompts exposed by the server - [Install in Claude Code](https://mobilenext.ai/docs/cloud/installation/claude-code) - [Install in Claude (web & desktop)](https://mobilenext.ai/docs/cloud/installation/claude-web-desktop) - [Install in Codex](https://mobilenext.ai/docs/cloud/installation/codex) - [Install in Cursor](https://mobilenext.ai/docs/cloud/installation/cursor) - [Install in Gemini CLI](https://mobilenext.ai/docs/cloud/installation/gemini-cli) - [Install in ChatGPT (web & desktop)](https://mobilenext.ai/docs/cloud/installation/chatgpt-web-desktop) ## Mobilewright - [Mobilewright overview](https://mobilenext.ai/docs/mobilewright/overview): using Mobilewright with Mobile Next Cloud ## Guides - [Test an iOS app with Mobilewright](https://mobilenext.ai/docs/guides/test-ios-app-with-mobilewright): end-to-end first test on iOS - [Give Claude Code a real phone](https://mobilenext.ai/docs/guides/claude-code-real-phone): connect Claude Code to a local device with Mobile MCP - [Run mobile tests in CI](https://mobilenext.ai/docs/guides/mobile-tests-in-ci): Mobilewright in GitHub Actions ## API reference - [API intro](https://mobilenext.ai/docs/api/intro): authentication and conventions - [Account](https://mobilenext.ai/docs/api/account) - [API keys](https://mobilenext.ai/docs/api/api-keys) - [Devices](https://mobilenext.ai/docs/api/devices) - [Instances](https://mobilenext.ai/docs/api/instances) - [Sessions](https://mobilenext.ai/docs/api/sessions) - [Chats](https://mobilenext.ai/docs/api/chats) - [Test results](https://mobilenext.ai/docs/api/test-results) - [Organizations](https://mobilenext.ai/docs/api/organizations) - [Invitations](https://mobilenext.ai/docs/api/invitations) - [Billing](https://mobilenext.ai/docs/api/billing) ## Optional - [Full docs as one Markdown file](https://mobilenext.ai/llms-full.txt): every docs page concatenated - [GitHub — mobile-next](https://github.com/mobile-next): open-source repos, incl. mobile-mcp - [npm — @mobilenext/mobile-mcp](https://www.npmjs.com/package/@mobilenext/mobile-mcp): open-source MCP server for local devices - [Contact](https://mobilenext.ai/contact) - [Privacy policy](https://mobilenext.ai/privacy) - [Terms of service](https://mobilenext.ai/terms)