AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP unreviewed Apache-2.0 Self-run

AutoMobile

mcp-kaeawc-auto-mobile · by kaeawc

Mobile device interaction automation via MCP

No reviews yet
0 installs
47 views
0.0% view→install

Install

$ agentstack add mcp-kaeawc-auto-mobile

Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.0.13 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Pipes remote content directly into a shell (remote code execution).

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.0.13. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Reliability & compatibility

Not yet reviewed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of AutoMobile? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AutoMobile

[](https://github.com/kaeawc/auto-mobile/actions/workflows/pull_request.yml) [](https://github.com/kaeawc/auto-mobile/actions/workflows/merge.yml) [](https://github.com/kaeawc/auto-mobile/actions/workflows/nightly.yml) [](LICENSE)

AutoMobile lets AI agents control your mobile devices using natural language. Tell an AI what you want to do, and it interacts with your Android or iOS app.

It can do all this by being an MCP server that uses standard platform tools like adb & simctl paired with 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.

An AI agent navigating to the Clock app, creating a new alarm

An AI agent searching YouTube and browsing results

Explore and Test

| Task | What it does | |------|-------------| | [Explore app UX](docs/using/ux-exploration.md) | Navigate your app, discover screens, map user flows, identify confusing interactions | | [Reproduce bugs](docs/using/reproducing-bugs.md) | Paste a bug report and get exact reproduction steps with screenshots | | [Create UI tests](docs/using/ui-tests.md) | Describe test scenarios in plain English, get executable test plans | | [Measure startup time](docs/using/perf-analysis/startup.md) | Profile cold and warm launch performance | | [Check scroll performance](docs/using/perf-analysis/scroll-framerate.md) | Detect jank and dropped frames | | [Audit contrast](docs/using/a11y.md#contrast) | Find accessibility issues with color contrast | | [Check tap targets](docs/using/a11y.md#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](docs/design-docs/mcp/observe/index.md) drive the [interaction loop](docs/design-docs/mcp/interaction-loop.md) for all [tool calls](docs/design-docs/mcp/tools.md).
  • 🧪 Test Execution [Kotlin JUnitRunner](docs/design-docs/plat/android/junit-runner/index.md) & [Swift XCTestRunner](docs/design-docs/plat/ios/xctestrunner/index.md) execute tests natively handling device pooling, multi-device tests, and automatically optimizing test timing.

Get Started

You can use our interactive installer to step through all host platform requirements and configuration options. It checks host dependencies, optionally downloads Android or iOS developer tools, and configured the MCP daemon.

``` bash title="One-line install (click to copy)" curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/refs/heads/main/scripts/install.sh | bash


or you can read and follow the [step-by-step manual guide](docs/install.md).

## Documentation

- **[Full Documentation](docs/index.md)** - Complete guide with examples
- **[FAQ](docs/faq.md)** - Common questions answered
- **[Design Docs](docs/design-docs/index.md)** - Architecture and implementation details

## Contributing

- [Code of Conduct](CODE_OF_CONDUCT.md)
- Please report security vulnerabilities via GitHub
- [Contributing](.github/CONTRIBUTING.md)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [kaeawc](https://github.com/kaeawc)
- **Source:** [kaeawc/auto-mobile](https://github.com/kaeawc/auto-mobile)
- **License:** Apache-2.0
- **Homepage:** https://kaeawc.github.io/auto-mobile/

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.0.13 Imported from the upstream source.