Skip to content

Releases: ulcica/android-mcp

Android MCP Server v1.2.3

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

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

Android MCP Server v1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 12:59

Android MCP Server v1.2.0

Changes

  • fix: get app list, start intent
  • feature: get app list
  • move development doc out of readme
  • add tool: start intent
  • add idea config file

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

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