Android MCP Server v1.1.0
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 --helpRequirements
- 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