Beta coming soon for macOS

Mobile Automation
for AI Agents

MobAI provides HTTP API infrastructure that enables AI coding tools to control Android and iOS devices through natural language commands.

Be the first to try MobAI. No spam, ever.

Android
iOS
Claude Code
Any AI Agent

Built for AI-First Automation

MobAI exposes a powerful HTTP API that AI agents can use to control mobile devices programmatically.

HTTP API

RESTful API running locally on port 8686. Connect any AI tool, script, or automation framework.

UI Automation

Access the UI tree, tap elements, swipe, type text, and launch apps with simple API calls.

Web Debugging

Control Safari, Chrome, and WebViews. Navigate, execute JS, click elements, and inspect the DOM.

Zero Config

Connect your device and start automating. MobAI handles bridge installation and device setup.

Real Devices & Emulators

Works with physical Android/iOS devices and simulators/emulators for testing.

Local & Private

Runs entirely on your machine. No cloud dependency, no data leaves your computer.

How It Works

Get up and running in minutes with your favorite AI coding tool.

1

Download MobAI

Install the desktop app on your Mac. Windows support coming soon.

2

Connect Device

Plug in your Android or iOS device via USB. MobAI detects it automatically.

3

Use the API

Point your AI agent at localhost:8686 and start automating.

Simple API

Control mobile devices with straightforward HTTP requests.

# Get UI tree GET http://localhost:8686/api/v1/devices/{id}/ui # Tap an element POST http://localhost:8686/api/v1/devices/{id}/tap { "x": 200, "y": 400 } # Type text POST http://localhost:8686/api/v1/devices/{id}/type { "text": "Hello from AI!" } # Launch app POST http://localhost:8686/api/v1/devices/{id}/launch { "bundleId": "com.example.app" }

Simple Pricing

Start free, upgrade when you need more.

Free

$0

Perfect for getting started

  • 1 device / emulator
  • 100 API requests / day
  • Full API access
  • Android & iOS support
Join Beta Waitlist

Annual plan available at $99/year (save 2 months)