Đang tải…
Đang tải…
MCP Server for interacting with Android devices. Control, inspect, and automate Android devices via ADB through Claude.
npx claude-code-templates@latest --mcp devtools/android-mcp{
"mcpServers": {
"android-mcp": {
"description": "MCP Server for interacting with Android devices. Control, inspect, and automate Android devices via ADB through Claude.",
"command": "uvx",
"args": ["--python", "3.13", "android-mcp"]
}
}
}