Skip to content

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