MCP

DroidMind

An MCP server that lets AI agents tap through UI flows, pull logs, and run shell commands on Android devices.

Android 354 stars Updated 1 month ago
View on GitHub

When to Use

Gives the agent hands-on access to an Android device: tapping through screens, pulling logs, running shell commands.

Use Cases

  1. Using DroidMind, tap through the onboarding flow and verify each screen loads correctly
  2. Pull the logcat output and figure out why the app crashed after login
  3. Take a screenshot after every step of the checkout flow so I can review it

Installation

One-liner
uvx --from git+https://github.com/hyperb1iss/droidmind droidmind
Cursor
{"mcpServers": {"droidmind": {"command": "uvx", "args": ["--from", "git+https://github.com/hyperb1iss/droidmind", "droidmind", "--transport", "stdio"]}}}

Prerequisites

  • Python 3.13+
  • uv package manager
  • ADB installed
  • Android device with USB debugging

Related Tools

Explore More