mcpbeat Sign in

Justdrop MCP Server

local only

Justdrop runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from npm. Last commit 20 Jul 2026.

Live, end-to-end encrypted, ephemeral file transfer between your AI agent and any device.

Installs per day peak 680 · avg 45 · -78% w/w
a month agotoday
98
Installs / week
npm · justdrop-mcp
0
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Justdrop every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: JUSTDROP_ROOT (The only directory the server may read files from or save files into (root jail). Defaults to the working directory.), JUSTDROP_DEFAULT_EXPIRY_MINUTES (Room lifetime in minutes when a tool call doesn't specify one (1-1440, default 60).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Justdrop

same job, measured the same way
Agentdrop MCP Server
by qflav

MCP server for AgentDrop - encrypted file transfer between AI agents across any host or network.

70 installs/wk local only
Zas
by soke1556

Move files and notes between a coding agent and your Zas channels, encrypted here or via Directo.

223 installs/wk local only
Envibe
by dominic-righthere

Secure permission layer between AI agents and your .env files

41 installs/wk local only
Agent Relay
by mmmikael

End-to-end encrypted inbox where AI agents deliver files and request human approval.

32 installs/wk local only
SRIFT
by srift

Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.

288 installs/wk 8 tools answering
Hypawave
by hypawave

Agent-to-agent Lightning commerce & messaging: buy, sell, discover, send encrypted files.

89 installs/wk local only
SchemaBrain
by arun-kc

The trust and intelligence layer between AI agents and your database.

62 installs/wk local only
C
Transfer
by 83blue-upload

Free no-signup file transfer for AI agents. Files encrypted at rest (video excepted). Share by url.

9 tools answering

Justdrop — questions

Answers built from our own checks of this server.

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