io.github.us-all/android✓
io.github.us-all/android · v1.13.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.us-all/android",
"description": "Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug",
"repository": {
"url": "https://github.com/us-all/android-mcp-server",
"source": "github"
},
"version": "1.13.1",
"packages": [
{
"registryType": "npm",
"identifier": "@us-all/android-mcp",
"version": "1.13.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to adb binary. Default: 'adb' on PATH.",
"name": "ADB_PATH"
},
{
"description": "Android SDK root. Used to resolve adb if ADB_PATH not set.",
"name": "ANDROID_HOME"
},
{
"description": "Default device serial when multiple devices are connected.",
"name": "ANDROID_SERIAL"
},
{
"description": "Comma-separated category allowlist. Default: all categories enabled.",
"name": "ANDROID_TOOLS"
},
{
"description": "Comma-separated category disablelist.",
"name": "ANDROID_DISABLE"
},
{
"description": "Set to 'true' to enable arbitrary shell command execution. Default disabled.",
"default": "false",
"name": "ANDROID_MCP_ALLOW_SHELL"
},
{
"description": "Set to 'true' to enable write/destructive tools. Default read-only.",
"default": "false",
"name": "ANDROID_MCP_ALLOW_WRITE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}