atak-mcp

newtypeind/atak-mcp
★ 1 stars Python Code/Dev Tools Updated 5d ago
Drive ATAK (Android Team Awareness Kit) and its plugins over adb without blind taps: CLI + MCP server (uvx-installable).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atak-mcp": {
      "command": "uvx",
      "args": [
        "atak-mcp"
      ]
    }
  }
}

Or install with pip: pip install atak-mcp

README Excerpt

Drive **ATAK** (Android Team Awareness Kit) and its plugins over `adb` without guessing pixel coordinates. `atak-mcp` reads the on-screen UI tree from `uiautomator`, finds elements by text / resource id / content description, and taps the centre of their bounds. It ships as a plain command-line tool **and** as