Skip to content

Android MCP Server v1.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Aug 13:20

Android MCP Server v1.2.3

Changes

  • Bump version to 1.2.3
  • idea config: detekt
  • fix: launch by intent
  • fix static analysis warnings
  • add drag tool
  • long press tool
  • update readme
  • add feature: long press
  • fix app start

Installation

Download JAR

Download android-mcp.jar and place it anywhere on your system.

Configure Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "android-mcp": {
      "command": "java",
      "args": ["-jar", "/path/to/android-mcp.jar"]
    }
  }
}

Verify Installation

java -jar android-mcp.jar --version
java -jar android-mcp.jar --help

Requirements

  • Java 17 or later
  • Android SDK Platform Tools (ADB)
  • Connected Android device with USB debugging enabled

Security

Verify download integrity:

sha256sum android-mcp.jar
# Should match: defe72e075637f07b9df88ae0834148937e5f545428e35d25b29adc42f423b3f  android-mcp.jar