mcpbeat Sign in

droidsight MCP Server

by edgecasehuman Your server? Claim it
local only

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

Drives a real Android device over ADB and attaches the resulting screen to every action.

Installs per day peak 24 · avg 7 · +73% w/w
a month agotoday
47
Installs / week
npm · @edgecasehuman/droidsight
3
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 23 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/cli.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/cli.js:60, npm/droidsight/bin/cli.js:88
  child = spawn(binary, 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 droidsight -- npx -y @edgecasehuman/droidsight
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "droidsight": {
      "args": [
        "-y",
        "@edgecasehuman/droidsight"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.droidsight]
command = "npx"
args = ["-y", "@edgecasehuman/droidsight"]
.cursor/mcp.json
{
  "mcpServers": {
    "droidsight": {
      "args": [
        "-y",
        "@edgecasehuman/droidsight"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "droidsight": {
      "args": [
        "-y",
        "@edgecasehuman/droidsight"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DROIDSIGHT_DEVICE_SERIAL (The only Android target the process may use. Required when ADB reports more than one authorized device; the server refuses to guess.), DROIDSIGHT_ADB_PATH (Explicit path to the ADB executable. Falls back to ANDROID_SDK_ROOT, ANDROID_HOME, then PATH.), DROIDSIGHT_LOCAL_ROOT (Confines host paths used by APK installation and file push/pull. Defaults to the process working directory.), DROIDSIGHT_DEVICE_PIN (Numeric PIN for UI actions that require automatic unlock.), DROIDSIGHT_ALLOW_SHELL (Set to 1 to publish the arbitrary shell and macro tools. Grants authority equivalent to broad ADB shell access.), DROIDSIGHT_DEBUG_LOG (Path to a persistent debug log. File logging is otherwise disabled.), DROIDSIGHT_LOG (Tracing filter. Defaults to warn, or debug when a debug log path is set.), DROIDSIGHT_EVENTS (Set to 1 to start the long-running device event monitor. Requires DROIDSIGHT_DEVICE_SERIAL.), DROIDSIGHT_SENTINEL (Set to 1 to start the background enforcement loop. It re-applies watched device state on a timer, including unlocking the screen. Off by default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to droidsight

same job, measured the same way
Clickcast
by alexkay28

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

214 installs/wk local only
adb-mcp: Android emulator and device control over adb
by iksnerd

Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.

local only
Thingctx
by thingctx

Drive devices and APIs from their W3C Thing Description. You gate every operation.

253 installs/wk local only
Sendblue Browser MCP
by sendblue-api

Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.

40 installs/wk local only
VibeView
by vibeview

Drive live iOS, Android, Apple TV and Android TV devices in the cloud to verify app changes.

649 installs/wk local only
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
Pocket Drives
by pocketdrives

Peer-to-peer car rental search — luxury, exotic, and EV vehicles with delivery across the US.

9 tools answering

droidsight — questions

Answers built from our own checks of this server.

Why is there no uptime for droidsight?
droidsight 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 @edgecasehuman/droidsight was installed 47 times last week.
How do I connect droidsight?
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 @edgecasehuman/droidsight straight from npm; nothing to host, nothing to sign up for.
How many people use droidsight?
The npm package @edgecasehuman/droidsight was installed 47 times in the last week. Week over week that is +73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is droidsight open source?
Yes — it is published under the MIT licence, written in Rust and 3 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.