Back to MCP Servers
Auto Mobile
Tool suite built around an MCP server for Android automation for developer workflow and testing
developer-toolstestingautomation
By zillow
Installation
npx -y auto-mobileConfiguration
{
"mcpServers": {
"auto-mobile": {
"command": "npx",
"args": ["-y", "auto-mobile"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes