mcpbeat Sign in

Devilge MCP Server

local only

Devilge runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 10 May 2026.

Android/KMM MCP server: logcat, ADB device control, Compose previews, network, Maestro flows.

Installs per day peak 26 · avg 8 · -12% w/w
a month agotoday
26
Installs / week
npm · devilge
0
Stars
0 open issues
10 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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.

      const child = spawn(this.adbPath, [...args], {

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 devilge -- npx -y devilge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "devilge": {
      "args": [
        "-y",
        "devilge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.devilge]
command = "npx"
args = ["-y", "devilge"]
.cursor/mcp.json
{
  "mcpServers": {
    "devilge": {
      "args": [
        "-y",
        "devilge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "devilge": {
      "args": [
        "-y",
        "devilge"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DEVILGE_ANDROID_PROJECT_ROOT (Absolute path to the Android/KMM project root that devilge inspects (Gradle modules, source files, build outputs).), DEVILGE_OUTPUTS_ROOT (Directory where devilge writes screenshots and UI dumps. Defaults to <projectRoot>/.devilge-outputs/.), DEVILGE_DEFAULT_DEVICE_SERIAL (Default ADB serial used when a tool does not specify one. Useful when several devices/emulators are attached.), DEVILGE_FLOWS_ROOT (Directory containing Maestro YAML flows. Defaults to <projectRoot>/devilge-flows/.), DEVILGE_MAESTRO_BIN_PATH (Absolute path to the Maestro binary. If unset, devilge resolves it from PATH; if absent, Maestro tools degrade gracefully.), DEVILGE_ALLOW_FLOW_SCRIPTS (Set to 'true' to allow Maestro flows containing 'runScript:' blocks. Default is false; flows with scripts are rejected.), DEVILGE_HTTP_LOG_TAGS (Comma-separated logcat tags scanned for HTTP traffic. Defaults to 'HttpClient,OkHttp' (covers Ktor + OkHttp/Retrofit).), DEVILGE_HTTP_LOG_FORMAT (HTTP log parser to use: 'auto' (default), 'ktor', or 'okhttp'.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Devilge

same job, measured the same way
Scrcpy MCP
by juancf

MCP server for Android device control via ADB and scrcpy

302 installs/wk local only
Stremio MCP Server
by netixc

Search, play, and control Stremio on Android TV over native ADB.

63 installs/wk local only
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
Android
by martingeidobler

Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.

156 installs/wk local only
Android
by us-all

Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug

135 installs/wk local only
agent-device
by callstack

MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps

local only
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

48 installs/wk local only
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

local only

Devilge — questions

Answers built from our own checks of this server.

Why is there no uptime for Devilge?
Devilge 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 devilge was installed 26 times last week.
How do I connect Devilge?
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 devilge straight from npm; nothing to host, nothing to sign up for.
How many people use Devilge?
The npm package devilge was installed 26 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Devilge open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.