From auto-mobile
Local stdio MCP server for mobile automation tasks via Bun runtime. Provides capabilities inferred from 'auto-mobile' key. No secrets required.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileAdd to your .mcp.json:
{
"mcpServers": {
"auto-mobile": {
"command": "bunx",
"args": [
"@kaeawc/auto-mobile@latest"
]
}
}
}bunx