droidmind
Сообществоот hyperb1iss
Control your Android devices with AI using Model Context Protocol
Установка
# Install/update dependencies (after cloning and activating .venv)Описание
<div align="center"> # 🤖 DroidMind 🧠 <img src="docs/assets/images/logo_neon_glow_icon.png" alt="DroidMind Logo" width="180" /> [](https://www.python.org/downloads/) [](LICENSE) [](docs/plan.md) [](https://github.com/astral-sh/ruff) [](https://github.com/microsoft/pyright) [](https://modelcontextprotocol.io/) [](https://www.android.com/) [](https://hyperb1iss.github.io/droidmind/) **Control Android devices with AI through the Model Context Protocol** </div> DroidMind 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. ## 💫 Core Features DroidMind empowers AI assistants to: - 📱 **Manage Devices**: Connect via USB/TCP-IP, list devices, view properties, and reboot. - 📊 **Analyze Systems**: Access logs (logcat, ANR, crash, battery), capture bug reports, and dump heap. - 📂 **Handle Files**: Browse, read, write, push, pull, delete, and manage device files/directories. - 📦 **Control Apps**: Install, uninstall, start, stop, clear data, and inspect app details (manifest, permissions, activities). - 🖼️ **Automate UI**: Perform taps, swipes, text input, and key presses. - 🐚 **Execute Shell Commands**: Run ADB shell commands with a security-conscious framework. - 🔒 **Operate Securely**: Benefit from command validation, risk assessment, and sanitization. - 💬 **Integrate Seamlessly**: Connect with any MCP-compatible client (Claude, Cursor, Cline, etc.). For a detailed list of capabilities, see the **[User Manual](docs/user_manual/index.md)** and **[MCP Reference](docs/mcp-reference.md)**. ## 🚀 Getting Started ### Quickstart for IDEs (Zero Install with `uvx`) For 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**. Add the following to your IDE's MCP configuration (e.g., `.cursor/mcp.json` for Cursor): ```json { "mcpServers": { "droidmind": { "command": "uvx", "args": [ "--from", "git+https://github.com/hyperb1iss/droidmind", "droidmind", "--transport", "stdio" // The default and preferred mode for most IDE integrations ] } } } ``` Your 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)**. ### Prerequisites - Python 3.13 or higher - `uv` (Python package manager) - Android device with USB debugging enabled - ADB (Android Debug Bridge) installed and in your system's PATH ### Installation For detailed instructions on setting up DroidMind, including the quick IDE integration with `uvx` (covered in the Quick Start), manual installation from source, or using Docker, please see our comprehensive **[Installation Guide](docs/installation.md)**. ### Running DroidMind How you run DroidMind depends on your setup: - **IDE Integration (via `uvx`)**: Your IDE automatically manages running DroidMind as configured in its MCP settings (e.g., `mcp.json`). See the [Quick Start Guide](docs/quickstart.md). - **Manual Installation**: After installing from source, you can run DroidMind directly. - **Stdio (for direct terminal interaction or some IDE setups):** ```bash droidmind --transport stdio ``` - **SSE (for web UIs or AI assistants like Claude Desktop):** ```bash droidmind --transport sse ``` This usually starts a server at `sse://localhost:4256/sse`. - **Docker**: Refer to the [Docker Guide](docs/docker.md) for commands to run DroidMind in a container. Refer to the **[Instal
Отзывы (0)
Пока нет отзывов. Будьте первым!
Статистика
Информация
Технологии
Похожие серверы
mcp-chain-of-draft-server
Chain of Draft Server is a powerful AI-driven tool that helps developers make better decisions through systematic, iterative refinement of thoughts and designs. It integrates seamlessly with popular AI agents and provides a structured approach to reasoning, API design, architecture decisions, code reviews, and implementation planning.
mcp-use-ts
mcp-use is the framework for MCP with the best DX - Build AI agents, create MCP servers with UI widgets, and debug with built-in inspector. Includes client SDK, server SDK, React hooks, and powerful dev tools.
mesh
Define and compose secure MCPs in TypeScript. Generate AI workflows and agents with React + Tailwind UI. Deploy anywhere.
rhinomcp
RhinoMCP connects Rhino 3D to AI Agent through the Model Context Protocol (MCP)