mcpbeat Sign in

Drengr MCP Server

local only

Drengr runs on your own machine — the client starts it, so there is no endpoint to ping. 241 installs a week from npm. Last commit 25 Aug 2026.

Eyes and hands for AI agents on Android and iOS devices.

Installs per day peak 382 · avg 49 · +655% w/w
a month agotoday
241
Installs / week
npm · drengr
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
License
Shell

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/drengr.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/drengr.js:42
const result = spawnSync(bin, process.argv.slice(2), { stdio: 'inherit' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add server -- npx -y drengr
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "drengr"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.server]
command = "npx"
args = ["-y", "drengr"]
.cursor/mcp.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "drengr"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "drengr"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Drengr

same job, measured the same way
Agent Droid Bridge
by neverlow512

MCP server giving AI agents eyes and hands inside Android devices via ADB

251 installs/wk local only
Mobai MCP
by mobai-app

AI-powered mobile device automation for Android and iOS devices, emulators, and simulators

328 installs/wk local only
Pixelcheck
by xcodethink

Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.

78 installs/wk local only
agent-device
by callstackincubator

Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps

145 781 installs/wk local only
Quash — Mobile App Automation
by abhinav-sai-quash

Drive Android & iOS mobile-app automation from your AI agent on locally connected devices.

local only
Mobilerun
by droidrun

Control real Android and iOS devices with LLM agents — tap, swipe, type, automate flows.

answering
Coservices
by coservices

Coservices marketing and IT agency services directory for AI agents.

4 tools answering
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only

Drengr — questions

Answers built from our own checks of this server.

Why is there no uptime for Drengr?
Drengr runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package drengr was installed 241 times last week.
How do I connect Drengr?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls drengr straight from npm; nothing to host, nothing to sign up for.
How many people use Drengr?
The npm package drengr was installed 241 times in the last week. Week over week that is +655%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Drengr open source?
We cannot say either way: written in Shell and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.