Stats
Actions
Tags
From auto-mobile
Local stdio MCP server for mobile automation tasks via Bun runtime. Provides capabilities inferred from 'auto-mobile' key. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"auto-mobile": {
"command": "bunx",
"args": [
"@kaeawc/auto-mobile@latest"
]
}
}
}Server configuration and connection parameters
bunxCommand-line arguments passed to the server process
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobile