DroidMind
Controls Android devices via ADB for device control, debugging, system analysis, and UI automation with a security framework.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-18
DroidMind is a solo-maintained MCP server that exposes Android Debug Bridge (ADB) capabilities to Claude. The maintainer (hyperb1iss) appears active with reasonable GitHub presence, but this is a single-person project with limited community review. The permissions surface is substantial: full device control including app installation, file system access, shell command execution, UI automation, and screenshot capture. Installation requires cloning from git and using uvx, bypassing standard package registries entirely, which removes supply chain protections like versioning and integrity checks. The repository is open source with adequate documentation, though it's relatively new. No security incidents are known. The core risk is the breadth of device control combined with direct ADB access, which effectively grants shell-level privileges on any connected Android device. Appropriate for developers who understand ADB security implications and trust their device connections.
Green flags
- Open source with clear documentation and examples
- Active repository with recent commits and maintenance
- Explicit security framework mentioned in description
- Scoped to ADB protocol, not arbitrary system access
- No environment secrets required for basic operation
Red flags
- Full shell execution on connected Android devices via ADB
- No package registry distribution, git-only install bypasses verification
- Solo maintainer with limited bus factor for security updates
- Broad device control surface: apps, files, UI, system settings
- Direct hardware access (screenshots, input simulation, system state)
Permissions requested
Install
uvx --from git+https://github.com/hyperb1iss/droidmind droidmind
Review
Install this if you're debugging Android apps or running device-based QA workflows and you're comfortable with ADB. Skip it if you've never used Android Developer Tools or don't have a testing device to hand. It's a specialist tool that does one thing well for a specific audience.
Good at
- Turns repetitive ADB commands into natural language requests, saving context switches during debugging.
- UI automation without Appium overhead: script taps, swipes, and assertions directly through Claude.
- Security framework lets you restrict which commands are allowed, useful for shared or team environments.
- Pulls device state (logs, battery, packages) into Claude's context without manual copy-paste.
- Works over USB or network ADB, so you can debug remote devices or emulators.
Watch out
- Assumes you already know ADB. If you don't, the learning curve is steep and not covered here.
- Security restrictions are opt-in, so you need to configure them yourself if you want guardrails.
- Multi-device setups require manual ADB device selection, no built-in picker.
- Documentation is sparse on edge cases like emulator quirks or wireless debugging gotchas.
- Only useful if you have an Android device or emulator to test against.
Use cases
- Android app testing
- device log inspection
- UI automation
- on-device debugging
Getting started
Works with
Similar MCPs
- GitHubFull GitHub API access - manage repos, issues, PRs, and code search. One of the most useful MCPs for any developer workflow.
- GrafanaGrafana Labs' official MCP. Read dashboards, datasources, alerts, and run Loki/Prometheus queries from inside your agent.
- SentryPull live errors, issues, and replays from Sentry into Claude. Great for debugging sessions where the model can see what actually broke in prod.
- MCP CLIInteractive CLI inspector for MCP servers supporting OAuth, tool calls, resource reads, and prompt runs.