Available for macOS, Windows & Linux

Give Your AI
Eyes on Mobile

Let Claude Code, Codex, and other AI agents see and control
Android & iOS devices. Ship mobile apps 2-3x faster.

macOS, Windows & Linux - No credit card required

MobAI desktop app showing AI agent controlling an Android device with Claude Code integration, MCP server, and HTTP API

Platform Support

Works with simulators & real devices

Android

iOS

Claude Code

Any AI Agent

Built for AI agents

MCP server, HTTP API, Claude Code plugin. Integrate in minutes.

MCP Server

Native Model Context Protocol integration. Works with Claude Code, Cursor, and any MCP-compatible tool.

HTTP API

Simple REST API for screenshots, UI trees, taps, swipes, and text input. Any AI agent can use it.

Visual Feedback Loop

AI agents see what users see and even more. Screenshots, UI elements, app state - instant feedback for better iterations.

Zero Config

Plug in your device, run MobAI. Auto-detect, auto-setup, start testing in seconds.

Real Devices & Emulators

Physical Android/iOS, simulators, emulators. Test on what your users actually use.

Local & Private

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

Get started in minutes

Three simple steps to AI-powered automation

01

Download MobAI

Get the native desktop app for macOS or Windows. One click install.

02

Connect your device

Plug in your Android or iOS device, or launch a simulator. Auto-detected instantly.

03

Tell the AI what to do

Type a command like "Open Settings and enable WiFi". Watch the AI do the rest.

Simple HTTP API

Control devices programmatically or let AI agents do the work

localhost:8686
# List connected devices
GET /api/v1/devices
# Get UI accessibility tree
GET /api/v1/devices/{id}/ui-tree
# Tap element by index or coordinates
POST /api/v1/devices/{id}/tap
{ "index": 12 }
# Type text into focused input
POST /api/v1/devices/{id}/type
{ "text": "Hello from AI!" }
# Run AI agent with natural language task
POST /api/v1/devices/{id}/agent/run
{ "task": "Open Settings and enable WiFi" }

Full OpenAPI documentation available at /api/v1/docs

Works with your AI tools

Give any AI coding agent the ability to see and test mobile apps

Claude Code & Codex

AI coding agents can now see and interact with mobile apps. Test changes instantly without leaving your editor.

  • Plugin for Claude Code
  • Control mobile device in terminal
  • Auto-verify UI changes

Faster Iteration Loops

Your AI agent builds, tests, and fixes in one flow. Visual feedback means fewer broken builds and faster shipping.

  • 2-3x faster development
  • Catch UI bugs instantly
  • Real device validation

Any AI Agent

HTTP API works with any AI system. Build custom integrations for Cursor, Windsurf, or your own agent framework.

  • OpenAPI spec included
  • Screenshot + UI tree APIs
  • Tap, type, swipe actions

Simple, transparent pricing

Start free, upgrade when you need more

Free

Perfect for getting started

$0 / forever
  • 1 device or emulator
  • 30 API calls per day
  • Full HTTP API access
  • MCP server included
  • Android & iOS support
Download Now
Most Popular

Pro

For teams and power users

$9.99 / per month
  • Unlimited devices
  • Unlimited API calls
  • 3 machines per account
  • Priority support
  • Annual: $99/year (save 2 months)
Download Now

Need enterprise features? Contact us

Frequently Asked Questions

Everything you need to know about MobAI

MobAI is a desktop application that gives AI coding agents like Claude Code, Codex, and Cursor the ability to see and control mobile devices. It provides an MCP server and HTTP API that lets AI agents take screenshots, read UI elements, tap, swipe, and type on Android and iOS devices.

MobAI works with any AI tool that supports MCP (Model Context Protocol) including Claude Code, or any tool that can make HTTP requests. This includes Cursor, Windsurf, Codex, and custom AI agent frameworks. The HTTP API makes it universally compatible.

Yes, MobAI supports both Android and iOS devices. You can connect physical devices via USB or use emulators and simulators. The same API works identically across both platforms.

MobAI offers a free tier with 1 device and 30 API calls per day, which is great for getting started. The Pro plan at $9.99/month unlocks unlimited devices and API calls for professional use.

No. MobAI runs entirely on your local machine. Screenshots, UI data, and all automation happens locally. The only network communication is for license validation and updates. Your app data never leaves your computer.

MobAI is available for macOS, Windows, and Linux. It's a native desktop application that you download and run locally.