🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

drengr

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drengr

Eyes and hands for AI agents on mobile devices. MCP server for Android & iOS.

latest
Source
npmnpm
Version
0.10.6
Version published
Maintainers
1
Created
Source

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

After install, run drengr build-runner once (interactive terminal) to build the iOS runner. Re-run after iOS or Xcode upgrades.

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

PlatformArchitectureSupported
macOSarm64 (M1+)
macOSx64
Linuxx64
Linuxarm64

Uninstall

drengr uninstall           # removes data + MCP configs
npm uninstall -g drengr    # removes the npm package

Removes the binary, all local data (~/.drengr/), and cleans drengr from your MCP client configs. Leaves nothing behind.

Documentation

Full documentation and setup guide at drengr.dev/getting-started

License

Proprietary — © 2026 Drengr. All rights reserved. See LICENSE for details.

Keywords

mcp

FAQs

Package last updated on 01 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts