android for Claude Desktop
io.github.us-all/android
Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug
client:Claude Desktop
transport:stdio
runtime:npm
Install android in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"android": {
"command": "npx",
"args": [
"-y",
"@us-all/android-mcp"
],
"env": {
"ADB_PATH": "<ADB_PATH>",
"ANDROID_HOME": "<ANDROID_HOME>",
"ANDROID_SERIAL": "<ANDROID_SERIAL>",
"ANDROID_TOOLS": "<ANDROID_TOOLS>",
"ANDROID_DISABLE": "<ANDROID_DISABLE>",
"ANDROID_MCP_ALLOW_SHELL": "<ANDROID_MCP_ALLOW_SHELL>",
"ANDROID_MCP_ALLOW_WRITE": "<ANDROID_MCP_ALLOW_WRITE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs