Skip to content

Android MCP Server v1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 08:16

Android MCP Server v1.1.0

Changes

  • Add automated GitHub releases with JAR distribution
  • gitignore files
  • readme fixes
  • migrate to kotlin
  • fix current activity
  • add input text
  • add swipe
  • add tap action
  • update setup in readme
  • android mcp server

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