MCP Server
MCP
io.github.us-all/android
Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug
Install
npx -y @us-all/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@us-all/android-mcp",
"version": "1.14.4",
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment