auto-mobile
auto-mobile is a tool suite built around an MCP server for Android automation, supporting developer workflows and testing through MCP-accessible automation capabilities.
About this tool
auto-mobile
Category: Code Execution & Automation – MCP Servers
Brand: Zillow
Source: https://github.com/zillow/auto-mobile
Overview
auto-mobile is a mobile automation suite of tools centered around an MCP (Model Context Protocol) server, providing automation capabilities and libraries for authoring and executing tests. It is designed to support mobile developer workflows and testing, with a focus on Android (and a repository structure that also includes iOS).
Features
-
MCP-based automation server
- Provides an MCP server interface for driving mobile automation.
- Exposes automation capabilities via MCP for integration with MCP-compatible clients and tools.
-
Mobile test authoring libraries
- Libraries intended for writing automated tests against mobile applications.
- Organized support for Android, with an
androiddirectory containing platform-specific code. - Presence of an
iosdirectory indicating iOS-related components or structure (details not visible in provided content).
-
Test execution tooling
- Tooling for running mobile tests, using the same suite and libraries that integrate with the MCP server.
- A
testdirectory for test code and examples (based on repository layout).
-
Multi-platform project layout
- Separate directories for
androidandiosplatform code. srcdirectory for core/shared logic.scriptsandlogsdirectories for automation scripts and run-time logs.
- Separate directories for
-
Developer-focused ecosystem files
- Configuration and tooling files such as
.mocharc.json(Mocha test runner configuration) andeslint.config.mjs(linting), suggesting a Node.js/TypeScript or JavaScript-based tooling layer. CHANGELOG.mdfor version history andCODE_OF_CONDUCT.md,SECURITY.md, andDISCLAIMER.mdfor project governance and security practices.
- Configuration and tooling files such as
-
Open source licensing
- Includes a
LICENSEfile (exact license type not readable from snippet, but the project is distributed with an explicit open source license file).
- Includes a
Pricing
- No pricing information is provided. The project is hosted on GitHub with a LICENSE file, indicating it is open source rather than a paid product or SaaS plan.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An MCP server providing control over Android devices via ADB, including screenshot capture, UI analysis, package management, and command execution.
An MCP server integration for 1sec Mail that lets you programmatically create and receive disposable email accounts in seconds, suitable for automated workflows and testing scenarios.
An MCP Server that connects MCP agents to BrowserStack’s cross-browser and mobile testing platform, enabling automated testing workflows via MCP.
An MCP Server for BugBug test automation, allowing MCP clients to trigger and manage browser testing workflows via the Model Context Protocol.
Apidog is a collaborative API development platform that enables users to test, debug, mock, and document APIs. It is particularly relevant to MCP servers as it streamlines the process of testing API connections and managing automated workflows between MCP servers and other tools, making it easier to integrate and automate tasks across systems.
An MCP server from Automata Labs that controls web browsers via Playwright through standardized MCP commands.