Android

MCP Server

Control Android devices through ADB. Capture screenshots, analyze UI layouts, manage packages, and execute commands.

by Community

★★★★☆ 4/5 (35 reviews)
550GitHub stars
5.5kinstalls
Updated 2026-01-05
typescriptintermediateactive

Installation

npx -y android-mcp-server

Quick Start

Requires ADB installed and device connected:
```json
{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": ["-y", "android-mcp-server"]
    }
  }
}
```

Tools & Capabilities

screenshot
get_layout
tap
type_text
install_apk

Compatibility

Claude Desktop

About Android

Control Android devices through ADB. Capture screenshots, analyze UI layouts, manage packages, and execute commands.

View on GitHub →

Language: TypeScript

Category: Developer Tools

← Back to MCP Hub Directory