mcpbeat Sign in

DroidAgentKit MCP Server

local only

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

Local-first Android development MCP: Gradle, adb, logcat, lint, crash triage, Perfetto, visuals.

Installs per day peak 34 · avg 12 · +30% w/w
a month agotoday
59
Installs / week
npm · @droidagentkit/launcher
1
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
License
Kotlin

What the code does

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

        val plist = home.resolve("Library/LaunchAgents/$label.plist")
File ships in the package but is absent from the source [пакет] index.js:1, [пакет] jre.js:1
этот файл ставится пользователю, но в репозитории его нет

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

Alternatives to DroidAgentKit

same job, measured the same way
DroidAgentKit
by ivamsi

Local-first Android development MCP: Gradle, adb, logcat, lint, crash triage, Perfetto, visuals.

local only
Modelbound MCP
by modelbound

Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.

44 installs/wk local only
Token Meter
by whdrnr2583-cmd

Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown.

79 installs/wk local only
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

159 installs/wk local only
Codehelper
by veyrforge

Local-first code intelligence MCP: symbol graph, impact analysis, 60+ tools.

local only
Pathmark
by hacksurvivor

Local-first intent and provenance for Codex, Claude Code, Cursor, Gemini CLI, and MCP agents.

48 installs/wk local only
Claude Bridge
by constripacity

Durable local-first MCP relay for independent coding agents.

297 installs/wk local only
Ariadne
by mclaut

Local-first multilingual, auditable memory for Codex, Claude Code, and MCP clients.

local only

DroidAgentKit — questions

Answers built from our own checks of this server.

Why is there no uptime for DroidAgentKit?
DroidAgentKit 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 @droidagentkit/launcher was installed 59 times last week.
How do I connect DroidAgentKit?
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 @droidagentkit/launcher straight from npm; nothing to host, nothing to sign up for.
How many people use DroidAgentKit?
The npm package @droidagentkit/launcher was installed 59 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DroidAgentKit open source?
We cannot say either way: written in Kotlin and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.