Disposable email for AI agents: create a throwaway inbox and read verification emails over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Disposable email for humans and AI agents. An instant, anonymous throwaway inbox for sign-ups, one-time codes, and confirmations β with a REST API, a CLI, and an MCP server, so your AI agent can receive verification emails too. No signup, no password.
β smails.dev Β· npx @smails/cli create
Give your agent its own inbox: plug the MCP server into Claude, Cursor, or any MCP client and it can create a mailbox and read incoming mail (verification codes, magic links) on its own.
Visit smails.dev β an inbox is created for you on first load.
Add the server to any MCP client (e.g. Claude Desktop, ~/.claude/mcp.json):
Tools: create_mailbox, list_messages, read_message, delete_message, get_address.
| Method | Path | Description |
|---|---|---|
POST | /api/mailbox | Create a mailbox β { address, token } |
GET | /api/mailbox/messages | List messages |
GET | /api/mailbox/messages/:id | Read a message (full parsed body) |
DELETE | /api/mailbox/messages/:id | Delete a message |
WS | /api/mailbox/connect?token= | Stream new-mail notifications |
Authenticate every request (except create) with Authorization: Bearer <token>.
{address}.{secret}; the Worker routes by address, the DO verifies the full token.Each package is independent (pnpm). Install per package.
There are two independent release tracks β pushing to main ships the service, but not the CLI.
Worker + frontend β auto-deployed by Cloudflare Workers Builds on every push to main (the frontend builds to static assets the Worker serves). No manual step. To deploy by hand instead:
CLI (@smails/cli) + MCP server β not auto-deployed; publishing is a separate, manual release:
cli/package.json (npm rejects re-publishing an existing version).main.gh release create cli-vX.Y.Z --target main β creating the GitHub Release triggers .github/workflows/publish-cli.yml, which publishes to npm and syncs the MCP registry listing from server.json.
server.json'sdescriptionmust be β€ 100 characters or the MCP registry publish step 422s.
Receiving mail uses Cloudflare Email Routing (catch-all β the Worker's email handler). Configure receiving domains via the DOMAINS var and the route in worker/wrangler.jsonc.
MIT
No reviews yet β be the first to share how this listing worked for you.
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/smails)<a href="https://allmcps.com/mcp/smails"><img src="https://allmcps.com/api/badge/smails?style=directory" alt="Smails on AllMCPs" /></a>