π¦
Drengr
Eyes and hands for AI agents on Android and iOS devices.
0 installs
Trust: 37 β Low
Devtools
Ask AI about Drengr
Powered by Claude Β· Grounded in docs
I know everything about Drengr. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Drengr
Eyes and hands for AI agents on mobile devices.
Drengr is an MCP server that gives AI agents (Claude, GPT, Gemini) the ability to see, tap, type, and navigate mobile apps β Android and iOS.
Install
npm install -g drengr
Or run without installing:
npx drengr
Or via shell script:
curl -fsSL https://drengr.dev/install.sh | bash
Quick Setup
# Check your system
drengr doctor
# Configure your MCP client (Claude Desktop, Claude Code, Cursor, etc.)
drengr setup
Add to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"drengr": {
"command": "drengr",
"args": ["mcp"]
}
}
}
Add to Claude Code
claude mcp add drengr -- drengr mcp
Add to Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"drengr": {
"command": "drengr",
"args": ["mcp"]
}
}
}
What Drengr does
- 3 MCP tools:
drengr_look(observe screen),drengr_do(take action),drengr_query(ask questions) - Android & iOS β ADB for Android, simctl for iOS, Appium for cloud devices
- Vision-first β sees your app like a human via annotated screenshots
- Text mode β ~300 tokens per screen instead of 100KB images
- Situation reports β after every action: what changed, what's new, is it stuck?
- Screen exploration β auto-maps your app's navigation graph
- Network capture β sees HTTP calls during each action
Supported platforms
| Platform | Architecture | Supported |
|---|---|---|
| macOS | arm64 (M1+) | β |
| macOS | x64 | β |
| Linux | x64 | β |
| Linux | arm64 | β |
Documentation
Full documentation at drengr.dev
License
Proprietary β Β© 2026 Drengr. All rights reserved. See LICENSE for details.
