Android
Freeby MCP Community
MCP server for controlling Android emulators via ADB
v1.3.0Added Apr 12, 2026
mcpandroidadbemulatorclaude
Android MCP Server
MCP server for controlling Android emulators via ADB
Installation
npx -y android-mcp-server
Reviews
Installation
Quick install
npx -y android-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"android": {
"command": "npx",
"args": ["-y", "android-mcp-server"]
}
}
}