Skip to content

Android MCP Server v1.2.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 07:19

Android MCP Server v1.2.2

Changes

  • version bump

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: 3544826631c024ecae86d4470a4de1e712a887f9049413cf22a7c61c7a207d16  android-mcp.jar