android-reverse-mcp-server

DarkLineX/android-reverse-mcp-server
★ 0 stars Python Security Updated 3d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "android-reverse-mcp-": {
      "command": "uvx",
      "args": [
        "android-reverse-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install android-reverse-mcp-server

README Excerpt

AndroidMcp is a Zygisk-first MCP server for authorized Android security research. It exposes Android device state, App metadata, process information and controlled automation to MCP-capable AI tools. The Android side targets rooted Magisk/Zygisk research devices; ADB is used for bootstrap, debugging and transport.