Back to Catalog

auto-mobile

zillow/auto-mobile
πŸ”— Latest commit:902ba31
TypeScript
Development

Mobile automation suite of tools including an MCP and libraries for test authoring & execution

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:50
πŸ‘₯ Contributors:8
πŸ“‹ Total Issues:0
πŸ“¦ Has Releases:Yes
πŸ”§ Has CI/CD Pipeline:Yes
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "auto-mobile": {
    "command": "npx",
    "args": [
      "-y",
      "auto-mobile"
    ],
    "env": {}
  }
}
README.md

AutoMobile

AutoMobile sticker

AutoMobile MCP server

AutoMobile is a set of tools for mobile automation. You can use it for UI testing or as a development workflow
assistant.

The first platform supported is Android with plans to extend to iOS.

How it works

  • πŸ”§ Powerful MCP Server: AutoMobile provides comprehensive actions through MCP
    tool calls with a fast observations to drive the
    interaction loop.
  • πŸ—ΊοΈ Source Mapping: Combining project path config with deep view hierarchy analysis we know exactly what code is being rendered.
  • ✍️ Automated Test Authoring: When used in test authoring mode AutoMobile will write tests for you. It is the only way it writes tests.
  • πŸ§ͺ Test Execution - Run tests locally or on CI without extra infrastructure.
  • πŸ“± Device Management: Multi-device support with emulator control and app lifecycle management.

All together you get a system that looks like this:

automobile_system_design.png

Documentation

Contributing

Acknowledgement

By continuing to use AutoMobile, you acknowledge and agree to the warnings and responsible use requirements.