Give an agent its own inbox: send, receive, and pull signup codes from real email.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Email infrastructure for AI agents. One call gives an agent a real, deliverable inbox β no SMTP credentials, no DNS, no dashboard.
deadsimple.email Β· Docs Β· API reference
An agent can provision its own account, API key and live inbox in a single unauthenticated call:
That returns a trial account (1 inbox, 10 sends/hour, 25/day). Claim it later with a verified email to move to the Free plan, keeping the same key and inboxes.
Listed in the official MCP Registry
as email.deadsimple/dead-simple-email, and on
Smithery and
Glama.
Remote (recommended) β nothing to install:
Local (stdio):
14 tools: create_inbox, list_inboxes, delete_inbox, send_email,
read_messages, read_message, reply_to_message, forward_message,
wait_for_email, get_verification_code, get_verification_link,
list_threads, read_thread, get_usage.
The one agents reach for most is get_verification_code β it pulls the OTP
or magic link out of the newest inbound message, so an agent can sign itself up
for a third-party service or clear a 2FA prompt without ever parsing an email
body.
| Language | Package | Source |
|---|---|---|
| Python | deadsimple-email | python/ |
| TypeScript | deadsimple-email | node/ |
Framework integrations for LangChain, CrewAI, LlamaIndex, AutoGen and OpenAI
Agents live in python/src/deadsimple/integrations/.
| Path | What |
|---|---|
python/ | Python SDK + MCP server |
node/ | TypeScript SDK |
skills/ | Agent skill files for Claude Code, Cursor, Windsurf |
mcp/ | server.json manifest for the official MCP Registry |
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dead-simple-email-2)<a href="https://allmcps.com/mcp/dead-simple-email-2"><img src="https://allmcps.com/api/badge/dead-simple-email-2?style=directory" alt="Dead Simple Email on AllMCPs" /></a>