mcpbeat Sign in

DeliverKit MCP Server

by muzimu217 Your server? Claim it
local only

DeliverKit runs on your own machine — the client starts it, so there is no endpoint to ping. 317 installs a week from npm. Last commit 14 Sep 2026.

Plan and verify multi-ecosystem packaging (Linux, Windows, macOS, HarmonyOS) for AI agents.

Installs per day peak 253 · avg 8
a month agotoday
317
Installs / week
npm · deliverkit-mcp
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

…AppDir/usr/src && CGO_ENABLED=0 /work/AppDir/usr/bin/go build -trimpath -o /work/AppDir/usr/bin/${packageName} .\n    - rm -rf /work/AppDir/usr/share/go-* /work/AppDir/usr/lib/go* /work/AppDir/usr/lib/golang /work/AppDir/usr/src/go* /work/AppDir/usr/bin/go /work/AppDir/usr/bin/go…
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 artifactPath = path.join(outputDir, artifactName);
Runs an external command src/capabilities/utils/command.ts:34
    execFileSync(checkCmd, [cmd], { stdio: 'ignore', timeout: 10_000 });

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch DeliverKit and you get told the day something new turns up.

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

Alternatives to DeliverKit

same job, measured the same way
Universal Screenshot MCP
by sethbang

MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)

114 installs/wk local only
Simplenote MCP
by automattic

MCP server for reading Simplenote notes across macOS, Linux, and Windows

219 installs/wk local only
App-Store-Builder
by evozim

Extension bundler packaging plugins for AI agent ecosystems.

answering
ManageLM
by managelm

AI Linux & Windows server management with Claude MCP and fully private agents using local AI

answering
Capsulate
by capsulatedev

Real Linux and Windows desktop VMs for AI agents: exec, files, computer-use and snapshots via MCP.

221 installs/wk local only
Agent Guard MCP
by liminalpepe

Verify-before-act safety checks for AI agents: packages, lockfiles, manifests, CI workflows.

35 installs/wk local only
Ghost
by northtekdevs

Verified desktop control for agents on Windows and Linux: apps with no API, windows, shell, browser.

local only
dep-scout
by unievolver

Help AI agents find and evaluate mature packages across 6 ecosystems instead of reinventing them.

local only

DeliverKit — questions

Answers built from our own checks of this server.

Why is there no uptime for DeliverKit?
DeliverKit 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 deliverkit-mcp was installed 317 times last week.
How do I connect DeliverKit?
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 deliverkit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use DeliverKit?
The npm package deliverkit-mcp was installed 317 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DeliverKit 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.