Benefits
- Zero local setup: No ADB, IDB, emulator, or physical device required
- Remote development: Control cloud mobiles from anywhere
- Consistent environment: Same device configuration every time
Setup
1
Create a Cloud Mobile
Go to platform.minitap.ai/cloud-mobiles and create a new cloud mobile:
- Click Create New Device
- Choose platform (currently Android v11 / API level 30)
- Set a Reference Name (e.g.,
my-dev-device)
2
Start the MCP Server
Use the
--cloud-mobile-name CLI flag or CLOUD_MOBILE_NAME environment variable:- CLI Argument
- Environment Variable
How It Works
When running in Cloud Mode, the MCP server:- Connects to your cloud mobile on startup
- Maintains keep-alive pings to prevent idle shutdown
- Disconnects automatically when the server stops