npm drengrstdioupdated 14d ago
Eyes and hands for AI agents on mobile devices.
What can you do with 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.
Install
Add Drengr to your client. Pick the one you use.
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.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 0.10.8Latest | Aug 25, 2026 |
| 0.10.7 | Aug 25, 2026 |
| 0.10.6 | Aug 1, 2026 |
| 0.10.5 | Aug 1, 2026 |
| 0.10.4 | Jul 31, 2026 |
| 0.10.3 | Jul 31, 2026 |
| 0.10.2 | Jul 31, 2026 |
| 0.10.1 | Jun 22, 2026 |
| 0.10.0 | Jun 22, 2026 |
| 0.9.6 | Jun 17, 2026 |
| 0.9.5 | Jun 16, 2026 |
| 0.9.4 | Jun 15, 2026 |
| 0.9.3 | Jun 15, 2026 |
| 0.9.2 | Jun 15, 2026 |
| 0.9.1 | Jun 14, 2026 |
| 0.9.0 | Jun 14, 2026 |
| 0.8.0 | Jun 8, 2026 |
| 0.7.14 | Jun 6, 2026 |
| 0.1.6 | Mar 15, 2026 |