.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/hyperb1iss/droidmind
home/mcp-servers/hyperb1iss/droidmind
hyperb1iss avatar

droidmind

byhyperb1iss· 3 MCP servers

Installs

81

Stars

421

Forks

57

Category

Mobile Development

View on GitHub

TL;DR

Control Android devices with AI through the Model Context Protocol

How to install droidmind?

hyperb1iss/droidmind
$git clone https://github.com/hyperb1iss/droidmind

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install droidmind by running `git clone https://github.com/hyperb1iss/droidmind`, then use it for the current task and follow its documentation at https://github.com/hyperb1iss/droidmind.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3# 🤖 DroidMind 🧠
4 
5<img src="docs/assets/images/logo_neon_glow_icon.png" alt="DroidMind Logo" width="180" />
6 
7[![Python 3.13](https://img.shields.io/badge/python-3.13-9D00FF.svg?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/downloads/)
8[![License](https://img.shields.io/badge/license-Apache_2.0-FF00FF.svg?style=for-the-badge&logo=apache&logoColor=white)](LICENSE)
9[![Status](https://img.shields.io/badge/status-active_development-39FF14.svg?style=for-the-badge&logo=githubactions&logoColor=white)](docs/plan.md)
10[![Code Style](https://img.shields.io/badge/code_style-ruff-00FFFF.svg?style=for-the-badge&logo=ruff&logoColor=white)](https://github.com/astral-sh/ruff)
11[![Type Check](https://img.shields.io/badge/type_check-pyright-FFBF00.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://github.com/microsoft/pyright)
12[![MCP](https://img.shields.io/badge/protocol-MCP-E6E6FA.svg?style=for-the-badge&logo=anthropic&logoColor=white)](https://modelcontextprotocol.io/)
13[![Android](https://img.shields.io/badge/platform-android-A4C639.svg?style=for-the-badge&logo=android&logoColor=white)](https://www.android.com/)
14[![Docs](https://img.shields.io/badge/docs-online-FF9E80.svg?style=for-the-badge&logo=gitbook&logoColor=white)](https://hyperb1iss.github.io/droidmind/)
15 
16**Control Android devices with AI through the Model Context Protocol**
17 
18</div>
19 
20DroidMind is a powerful bridge between AI assistants and Android devices, enabling control, debugging, and system analysis through natural language. By implementing the Model Context Protocol (MCP), DroidMind allows AI models to directly interact with Android devices via ADB in a secure, structured way. When used as part of an agentic coding workflow, DroidMind can enable your assistant to build and debug with your device directly in the loop.
21 
22## 💫 Core Features
23 
24DroidMind empowers AI assistants to:
25 
26- 📱 **Manage Devices**: Connect via USB/TCP-IP, list devices, view properties, and reboot.
27- 📊 **Analyze Systems**: Access logs (logcat, ANR, crash, battery), capture bug reports, and dump heap.
28- 📂 **Handle Files**: Browse, read, write, push, pull, delete, and manage device files/directories.
29- 📦 **Control Apps**: Install, uninstall, start, stop, clear data, and inspect app details (manifest, permissions, activities).
30- 🖼️ **Automate UI**: Perform taps, swipes, text input, and key presses.
31- 🐚 **Execute Shell Commands**: Run ADB shell commands with a security-conscious framework.
32- 🔒 **Operate Securely**: Benefit from command validation, risk assessment, and sanitization.
33- 💬 **Integrate Seamlessly**: Connect with any MCP-compatible client (Claude, Cursor, Cline, etc.).
34 
35For a detailed list of capabilities, see the **[User Manual](docs/user_manual/index.md)** and **[MCP Reference](docs/mcp-reference.md)**.
36 
37## 🚀 Getting Started
38 
39### Quickstart for IDEs (Zero Install with `uvx`)
40 
41For the fastest way to integrate DroidMind with an MCP-compatible IDE (like Cursor), you can configure it to run DroidMind directly from its GitHub repository using `uvx`. This method **does not require you to manually clone or install DroidMind first**.
42 
43Add the following to your IDE's MCP configuration (e.g., `.cursor/mcp.json` for Cursor):
44 
45```json
46{
47 "mcpServers": {
48 "droidmind": {
49 "command": "uvx",
50 "args": [
51 "--from",
52 "git+https://github.com/hyperb1iss/droidmind",
53 "droidmind",
54 "--transport",
55 "stdio" // The default and preferred mode for most IDE integrations
56 ]
57 }
58 }
59}
60```
61 
62Your IDE will be configured to launch DroidMind on demand. Full instructions for this setup are in the **[Quick Start Guide](docs/quickstart.md#1-configure-your-ide-to-run-droidmind-via-uvx)**.
63 
64### Prerequisites
65 
66- Python 3.13 (3.14 not yet supported)
67- `uv` (Python package manager)
68- Android device with USB debugging enabled
69- ADB (Android Debug Bridge) installed and in your system's PATH
70 
71### Installation
72 
73For detailed

Preview

hyperb1iss/droidmindhyperb1iss/droidmind

# 🤖 DroidMind 🧠

[![Python 3.13](https://img.shields.io/badge/python-3.13-9D00FF.svg?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/downloads/)

Repohyperb1iss/droidmind
TypeMCP Servers
CategoryMobile Development
UpdatedJan 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPadbai

Related

6 picks
Type
  1. callstack avataragent-deviceLet AI agents inspect, control, and debug real iOS, Android, desktop, and TV appsMCP ServersJul 2026517k3.7k
  2. getsentry avatarxcodebuildmcpXcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.MCP ServersJul 2026341k6.2k
  3. mobile-next avatarmobile-mcpMCP server for iOS and Android Mobile Development, Automation and TestingMCP ServersJul 202679k5.7k
  4. minhalvp avatarandroid-mcp-serverAn MCP server for android automationMCP ServersMay 20251.7k789
  5. cursortouch avatarandroid-mcpLightweight MCP Server for Android Operating SystemMCP ServersJul 20261.7k782
  6. runablehq avatarmobile-mcpA MCP server to control your mobile devicesMCP ServersApr 202589665