mcpbeat Sign in

Hushdrop MCP Server

by maxtechera Your server? Claim it
local only

Hushdrop runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 23 Jun 2026.

Open-source artifact sharing for AI agents: private, branded, zero-knowledge links.

Installs per day peak 14 · avg 7 · -28% w/w
a month agotoday
44
Installs / week
npm · hushdrop-mcp
8
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

Runs commands and sends data out [пакет] drop.mjs:147
      const r = spawnSync(cmd[0], cmd[1] || [], { input: text, stdio: ["pipe", "ignore", "ignore"], shell: process.platform === "win32" });
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.

                                src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lL…
      const r = spawnSync(cmd[0], cmd[1] || [], { input: text, stdio: ["pipe", "ignore", "ignore"], shell: process.platform === "win32" });
Reads files and sends them to the network skill/drop.mjs:306, [пакет] drop.mjs:306
  const files = (await readdir(outDir)).filter((f) => f.endsWith(".html"));

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

This one needs environment variables set before it will start: BLOB_READ_WRITE_TOKEN (Vercel Blob token for self-hosting on your own domain. Optional.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hushdrop

same job, measured the same way
SideButton MCP Server
by sidebutton

Open-source MCP server with browser automation and knowledge packs for AI agents

65 installs/wk local only
Cacheoverflow
by getcacheoverflow

MCP server for cache.overflow - AI agents sharing knowledge with AI agents

48 installs/wk local only
mFlow
by m-flow

Shared task board and knowledge base for AI coding agents

answering
I
LicenseGate
by computersmarts1

Open-source licence risk checks for AI coding agents and dependency trees.

1 tools answering
Alloy
by alloy

AI workspace — shared knowledge, skills, and tools for AI agents

answering
Aieph
by aieph

Shared knowledge cache for AI coding agents — reuse an answer once it exists.

1 tools answering
Inite Brain
by inite-ai

Open-source bitemporal memory layer for LLM agents — knowledge graph with conflict resolution.

answering
OpenArx
by openarx

Open scientific and engineering knowledge for AI agents: search, evidence, document publishing.

answering

Hushdrop — questions

Answers built from our own checks of this server.

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