tempmail-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tempmail-mcpI'm signing up for a service, need a temp email to receive the confirmation code."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tempmail-mcp
MCP server for disposable email. Gives an assistant its own throwaway inbox, then hands back the confirmation code out of the message that arrives.
The problem it solves: an agent walking through a signup flow hits the point where a real email address is needed, and a human has to step in to read a code out of their inbox. At that moment the automation stops being automation.
Install
{
"mcpServers": {
"tempmail": {
"command": "npx",
"args": ["-y", "tempmail-mcp"],
"env": {
"TEMPMAIL_API_KEY": "tm_your_key_here"
}
}
}
}Get a key at tempmailgenerator.net/account. Free, no card, one key per account.
For Claude Code:
claude mcp add tempmail --env TEMPMAIL_API_KEY=tm_your_key -- npx -y tempmail-mcpRelated MCP server: useblip/email
Tools
Tool | What it does |
| Take an address. Random name and domain unless you ask otherwise. |
| Block until mail arrives, return the code and the activation link. |
| What is in the inbox, newest first, with previews. |
| Full body of one message. |
| Clean up when done. |
wait_for_code is the one that matters. It holds the connection until the message
lands rather than polling, so the assistant does not burn turns checking an empty
inbox, and it returns the digits already extracted instead of a wall of HTML for
the model to squint at.
A typical run
create_mailboxgiveslaura.ellis5427@...The agent submits that address to the signup form it is working through.
wait_for_codereturns481902and the confirmation link a second later.The agent finishes the flow.
Limits and manners
Mailboxes live 24 hours. One key allows 300 new mailboxes an hour and 100 alive at once, which is far past what an interactive agent needs and short of what a signup farm wants.
Addresses come from a pool reserved for automation and are recognisably disposable. Point this at systems you own or test. Pointed at somebody else's service to mass produce accounts, it becomes their incident and then ours.
Configuration
Variable | Default | Purpose |
| required | Your key. |
|
| Only for self-hosted installs. |
API reference: https://tempmailgenerator.net/api/
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceDisposable email MCP server for autonomous AI agents. Create labeled temporary inboxes, wait for verification emails, extract OTP codes and confirmation links — zero human intervention required.6MIT
- AlicenseAqualityCmaintenanceMCP server for disposable email — create inboxes, receive emails, and extract OTP codes. Let your AI agent sign up for services, wait for verification emails, and extract codes autonomously.7571MIT
- Alicense-qualityBmaintenanceGives AI agents a real email identity, OTP reading, autonomous signup, and MCP server registry via a single stdio MCP connection.8MIT
- AlicenseAqualityBmaintenanceMCP server for the Guerrilla Mail temporary/disposable email API. Spin up throwaway inboxes, poll for mail, and read messages from any MCP client.671MIT
Related MCP Connectors
Give an agent its own inbox: send, receive, and pull signup codes from real email.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dvlop/tempmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server