moallemi/android-mcp-server
Android MCP server. Control devices, capture screenshots, interact with UI, and manage apps via ADB using Claude, Codex, Gemini CLI, GitHub Copilot and other LLMs
Platform-specific configuration:
{
"mcpServers": {
"android-mcp-server": {
"command": "npx",
"args": [
"-y",
"android-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP (Model Context Protocol) server that exposes Android Debug Bridge (ADB) to AI assistants. Control Android devices and emulators directly from Claude, Codex, GitHub Copilot, Gemini CLI, Cursor, or any MCP-compatible client.
adb)See docs/adb-setup.md for installation instructions on macOS, Linux, and Windows.
Add to claude_desktop_config.json:
| Platform | Path | |----------|------| | macOS | ~/Library/Application Support/Claude/claude_desktop_config.json | | Windows | %APPDATA%\Claude\claude_desktop_config.json |
{
"mcpServers": {
"android": {
"command": "npx",
"args": ["-y", "@moallemi/android-mcp-server"]
}
}
}claude mcp add android -- npx -y @moallemi/android-mcp-serverOr add manually to .mcp.json in your project root:
{
"mcpServersLoading reviews...