AutoMobile for VS Code
dev.jasonpearson/auto-mobile
Mobile device interaction automation via MCP
client:VS Code
transport:stdio
runtime:npm
Install AutoMobile in VS Code
.vscode/mcp.json
{
"servers": {
"auto-mobile": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaeawc/auto-mobile"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs