Skip to content

Another v0.2.0

Choose a tag to compare

@Zfinix Zfinix released this 30 Mar 09:59
· 21 commits to main since this release

What's New

MCP Server for AI Agent Control

Another now includes a built-in MCP (Model Context Protocol) server, letting AI agents like Claude Code, Cursor, and others control your Android device.

Setup: Add this to your MCP settings:

{
  "mcpServers": {
    "another": {
      "type": "http",
      "url": "http://localhost:7070/mcp"
    }
  }
}

Available MCP Tools

  • list_devices / connect_device / disconnect_device
  • take_screenshot
  • send_touch / swipe / send_scroll
  • send_text / press_button
  • launch_app / open_url / shell
  • wifi_connect / wifi_disconnect / wifi_enable / get_device_ip

Other Changes

  • MCP toggle and port config in Settings (persists across restarts)
  • USB preferred over WiFi when both connections exist
  • Improved adb path resolution