Developer Tools
Trust: 44/100 (Fair)AutoMobile Guide
Mobile device interaction automation via MCP
21 starsby kaeawc
Quick Start
Install
npx @kaeawc/auto-mobileClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"dev-jasonpearson-auto-mobile": {
"command": "npx",
"args": [
"@kaeawc/auto-mobile"
]
}
}
}