# zillow/auto-mobile [Health: Active]

**Category:** 📂 Browser Automation  
**Repository:** https://github.com/zillow/auto-mobile  
**GitHub Stars:** 80  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/zillow-auto-mobile

## Description
Tool suite built around an MCP server for Android automation for developer workflow and testing

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "auto-mobile": {
    "command": "npx",
    "args": ["-y","zillow-auto-mobile"]
  }
}
```

## Documentation & README

# AutoMobile

> **⚠️ PROJECT ARCHIVED**
>
> **AutoMobile is no longer maintained or supported by Zillow. Zillow does not provide warranties or support for this project.**
>
> This repository has been archived and is read-only. For continued development and support, please see the community-maintained fork by Jason Pearson:
>
> **🔗 [https://github.com/kaeawc/auto-mobile](https://github.com/kaeawc/auto-mobile)**

---

![AutoMobile sticker](https://raw.githubusercontent.com/zillow/auto-mobile/HEAD/docs/img/auto_mobile_sticker_splash.png)

<a href="https://glama.ai/mcp/servers/@zillow/auto-mobile">
  <img width="380" height="200" src="https://glama.ai/mcp/servers/@zillow/auto-mobile/badge" alt="AutoMobile MCP server" />
</a>

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](https://github.com/zillow/auto-mobile/blob/HEAD/docs/features/mcp-server/index.md)**: AutoMobile provides comprehensive [actions](https://github.com/zillow/auto-mobile/blob/HEAD/docs/features/mcp-server/actions.md) through MCP
  tool calls with a fast [observations](https://github.com/zillow/auto-mobile/blob/HEAD/docs/features/mcp-server/observation.md) to drive the
  [interaction loop](https://github.com/zillow/auto-mobile/blob/HEAD/docs/features/mcp-server/interaction-loop.md).
- 🗺️ **Source Mapping**: Combining project path config with deep view hierarchy analysis we know exactly what code is being rendered.
- ✍️ **[Automated Test Authoring](https://github.com/zillow/auto-mobile/blob/HEAD/docs/features/test-authoring/index.md)**: When used in test authoring mode AutoMobile will write tests for you. It is the only way it writes tests.
- 🧪 **[Test Execution](https://github.com/zillow/auto-mobile/blob/HEAD/docs/features/test-execution/index.md)** - 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](https://raw.githubusercontent.com/zillow/auto-mobile/HEAD/docs/img/automobile_system_design.png)

## Documentation

- 💻 [Installation & Getting Started](https://github.com/zillow/auto-mobile/blob/HEAD/docs/installation.md) - AutoMobile is [published on npm](https://www.npmjs.com/package/auto-mobile)
  and we have instructions for agents we've tested with.
- 📝 [Change Log](https://github.com/zillow/auto-mobile/blob/HEAD/CHANGELOG.md) - coming soon

## Contributing

- [Code of Conduct](https://github.com/zillow/auto-mobile/blob/HEAD/CODE_OF_CONDUCT.md)
- [Responsible disclosure & use](https://github.com/zillow/auto-mobile/blob/HEAD/SECURITY.md)
- [Contributing](https://github.com/zillow/auto-mobile/blob/HEAD/.github/CONTRIBUTING.md) - coming soon

# Acknowledgement 

By continuing to use AutoMobile, [you acknowledge and agree to the warnings and responsible use requirements](https://github.com/zillow/auto-mobile/blob/HEAD/SECURITY.md).
