Developer Tools
Trust: 39/100 (Limited)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"
]
}
}
}