Skip to content

Releases: CursorTouch/Android-MCP

v0.2.0

14 May 16:20

Choose a tag to compare

Android MCP v0.2.0

Changes

  • Manifest updated to uv server type — aligns with Claude extensions format; server.type changed from python to uv, entry point cleaned up
  • User-configurable settings — device serial, connection type (auto/usb/wifi), and screenshot compression can now be set directly from the Claude extension UI
  • UV_NO_SYNC env flag — prevents redundant dependency syncs on each launch

Install / Update

uvx android-mcp

Or update via pip:

pip install --upgrade android-mcp

v0.1.0 — Initial Release

14 May 16:13
cf6043d

Choose a tag to compare

Android MCP v0.1.0

First official release of Android MCP — a lightweight MCP server for Android automation via ADB and UIAutomator2.


What's included

  • Snapshot tool with annotated screenshots and clean screenshot mode
  • Selector-based click, wait-for-element, and resource ID output
  • Lazy ADB device connection to fix initialization timeouts
  • Graceful handling when no ADB device is connected
  • Parallel data capture for optimized Snapshot performance
  • Screenshot compression via environment variable
  • Improved interactive element identification for better grounding
  • Tool annotations support
  • SECURITY.md with vulnerability reporting policy

Contributors & Pull Requests

A huge thank you to everyone who contributed to this release! 🙏


Thank you to everyone who opened issues, reviewed code, and helped make this project better. Your contributions are what make open source great!