MCP
DroidMind
An MCP server that lets AI agents tap through UI flows, pull logs, and run shell commands on Android devices.
When to Use
Gives the agent hands-on access to an Android device: tapping through screens, pulling logs, running shell commands.
Use Cases
- Using DroidMind, tap through the onboarding flow and verify each screen loads correctly
- Pull the logcat output and figure out why the app crashed after login
- 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