npm drengrstdioupdated 14d ago
Eyes and hands for AI agents on mobile devices.
O que dá para fazer com Drengr?
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.
Instalação
Adicione Drengr ao seu cliente. Escolha o que você usa.
claude mcp add drengr -- npx -y drengrcodex mcp add drengr -- npx -y drengramp mcp add drengr -- npx -y drengr{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"drengr","command":"npx","args":["-y","drengr"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"drengr": {
"type": "local",
"command": "npx",
"args": [
"-y",
"drengr"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"drengr": {
"command": {
"path": "npx",
"args": [
"-y",
"drengr"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y drengrRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção25/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.10.8Mais recente | 25 de ago. de 2026 |
| 0.10.7 | 25 de ago. de 2026 |
| 0.10.6 | 1 de ago. de 2026 |
| 0.10.5 | 1 de ago. de 2026 |
| 0.10.4 | 31 de jul. de 2026 |
| 0.10.3 | 31 de jul. de 2026 |
| 0.10.2 | 31 de jul. de 2026 |
| 0.10.1 | 22 de jun. de 2026 |
| 0.10.0 | 22 de jun. de 2026 |
| 0.9.6 | 17 de jun. de 2026 |
| 0.9.5 | 16 de jun. de 2026 |
| 0.9.4 | 15 de jun. de 2026 |
| 0.9.3 | 15 de jun. de 2026 |
| 0.9.2 | 15 de jun. de 2026 |
| 0.9.1 | 14 de jun. de 2026 |
| 0.9.0 | 14 de jun. de 2026 |
| 0.8.0 | 8 de jun. de 2026 |
| 0.7.14 | 6 de jun. de 2026 |
| 0.1.6 | 15 de mar. de 2026 |