Back to MCP Directory
Droidmind
Model Context Protocol moderate risk

Droidmind

DroidMind bridges AI assistants and Android devices via MCP, enabling control, debugging, and system analysis through natural language and ADB.

Connections & Capabilities

Connects To

GitHubDocker

Capabilities

readwriteexecadmin

Quickstart

Config

{
  "mcpServers": {
    "droidmind": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/hyperb1iss/droidmind",
        "droidmind",
        "--transport",
        "stdio" // The default and preferred mode for most IDE integrations
      ]
    }
  }
}

Exposed MCP Tools (6)

safe
list_devices

Lists connected Android devices and their properties.

Read-only operation, no side effects.

safe
take_screenshot

Captures a screenshot of the specified Android device.

Read-only operation, retrieves data from the device.

high
install_apk

Installs an APK file on the specified Android device.

Can introduce malicious software if the APK is not trusted.

safe
get_crash_logs

Retrieves recent crash logs from the specified Android device.

Read-only operation, retrieves log data.

moderate
tap

Simulates a tap action on the specified coordinates of the Android device.

Can trigger unintended actions if coordinates are not carefully chosen.

critical
execute_shell_command

Executes an arbitrary shell command on the Android device.

Can lead to arbitrary code execution and system compromise if not properly validated.

Safety Assessment

DroidMind offers a security framework, but the inherent risks of ADB and shell execution mean careful usage is required. It is safe when used for read-only operations and with thorough validation of commands. It becomes risky when executing arbitrary shell commands or performing file system writes without proper safeguards.

  • Command validation and sanitization
  • Risk assessment categorization
  • Protected path operations
  • Comprehensive logging
  • High-risk operations are flagged
  • ADB access inherently carries risk if not properly controlled
  • Execution of shell commands, even with validation, can be dangerous
  • File system operations can lead to data loss if misused
  • Improperly handled app control can destabilize the device
  • Potential for privilege escalation if vulnerabilities exist in the validation logic
Droidmind Review, Pricing & Alternatives (2026) | Flaex AI