AutoMobile¶
AutoMobile is an MCP server that lets AI agents control your Android & iOS devices using natural language. Install it now and get started.
It uses standard platform tools like adb & simctl paired with its own additional Kotlin & Swift libraries and apps. All components are open source. The point is to provide mobile engineers with AI workflow tools to perform UX deep dives, reproduce bugs, and run automated tests.
See demo: Clock app alarm
An AI agent navigating to the Clock app, creating a new alarm
See demo: YouTube search
An AI agent searching YouTube and browsing results
Explore and Test¶
| Task | What it does |
|---|---|
| Explore app UX | Navigate your app, discover screens, map user flows, identify confusing interactions |
| Reproduce bugs | Paste a bug report and get exact reproduction steps with screenshots |
| Create UI tests | Describe test scenarios in plain English, get executable test plans |
| Measure startup time | Profile cold and warm launch performance |
| Check scroll performance | Detect jank and dropped frames |
| Audit contrast | Find accessibility issues with color contrast |
| Check tap targets | Ensure touch targets meet size guidelines |
How it works¶
- 🤖 Fast UX Inspection Kotlin Accessibility Service and Swift XCTestService to enable fast, accurate observations. 10x faster than the next fastest observation toolkit.
- 🦾 Full Touch Injection Tap, Swipe, Pinch, Drag & Drop, Shake with automatic element targeting.
- ♻️ Tool Feedback Observations drive the interaction loop for all tool calls.
- 🧪 Test Execution Kotlin JUnitRunner & Swift XCTestRunner execute tests natively handling device pooling, multi-device tests, and automatically optimizing test timing.
License¶
Copyright 2025 Zillow, Inc.
Copyright 2025-2026 Jason Pearson
Licensed under the Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0