Eyes and hands for AI agents on Android and iOS devices.
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.
npm install -g drengrOr run without installing:
npx drengrOr via shell script:
curl -fsSL https://drengr.dev/install.sh | bash# Check your system
drengr doctor
# Configure your MCP client (Claude Desktop, Claude Code, Cursor, etc.)
drengr setupAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"drengr": {
"command": "drengr",
"args": ["mcp"]
}
}
}claude mcp add drengr -- drengr mcpAdd to .cursor/mcp.json in your project:
{
"mcpServers": {
"drengr": {
"command": "drengr",
"args": ["mcp"]
}
}
}drengr_look (observe screen), drengr_do (take action), drengr_query (ask questions)| Platform | Architecture | Supported |
|---|---|---|
| macOS | arm64 (M1+) | ✓ |
| macOS | x64 | ✓ |
| Linux | x64 | ✓ |
| Linux | arm64 | ✓ |
Full documentation at drengr.dev
Proprietary — © 2026 Drengr. All rights reserved. See LICENSE for details.