mcpbeat Sign in

ZeroDrop MCP Server

local only

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

Disposable email inboxes for AI agents — OTPs and magic links auto-extracted. No signup needed.

Installs per day peak 407 · avg 18 · -38% w/w
a month agotoday
57
Installs / week
npm · zerodrop-mcp
0
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check ZeroDrop 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 zerodrop-mcp -- npx -y zerodrop-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zerodrop-mcp": {
      "args": [
        "-y",
        "zerodrop-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zerodrop-mcp]
command = "npx"
args = ["-y", "zerodrop-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "zerodrop-mcp": {
      "args": [
        "-y",
        "zerodrop-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zerodrop-mcp": {
      "args": [
        "-y",
        "zerodrop-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZERODROP_API_KEY (ZeroDrop Workspace API key. Omit for free sandbox mode.), ZERODROP_BASE_URL (Override for self-hosted ZeroDrop instances.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ZeroDrop

same job, measured the same way
Zyntra - Temp e-mails MCP
by dd77ss

Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links.

answering
Mailsink
by heocoi

Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.

28 installs/wk local only
Best Tempmail MCP
by mbilalawan926-sys

Disposable email inboxes for AI agents: create, wait for mail, extract verification codes

335 installs/wk local only
Temp Mail
by temp-mail

Disposable email inboxes for AI agents — read messages and verification codes.

answering
EmptyInbox
by cnohall

Zero-config disposable email inboxes for AI agents: create, read mail, await verify codes.

459 installs/wk local only
UnCorreoTemporal
by francofuji

Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.

58 installs/wk local only
MailFixture
by mailfixture

Test-inbox API for email and SMS: create inboxes, long-poll messages, extract OTPs and links.

answering
Email
by blipemail

MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes

30 installs/wk local only

ZeroDrop — questions

Answers built from our own checks of this server.

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