best-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., "@best-tempmail-mcpCreate a temp email and get the verification code from the confirmation email."
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.
best-tempmail-mcp
MCP server for Best Temp Mail. Gives an AI assistant its own disposable email inboxes, so it can sign up for things, wait for the mail, and read the verification code back to you.
"Create a temp email, sign me up for that newsletter, and tell me the confirmation code."
Install
Add this to your MCP host's configuration. No installation step: npx fetches it on first run.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"best-tempmail": {
"command": "npx",
"args": ["-y", "best-tempmail-mcp"]
}
}
}With an API key, for higher limits and verification code extraction:
{
"mcpServers": {
"best-tempmail": {
"command": "npx",
"args": ["-y", "best-tempmail-mcp"],
"env": { "BTM_API_KEY": "btm_sk_live_..." }
}
}
}The same shape works in Cursor, VS Code, Claude Code, and other MCP hosts.
Restart the host after editing the config.
Related MCP server: agent-inbox
Tools
Tool | What it does |
| Create a disposable address |
| Wait up to 55s for mail to arrive |
| Pull the OTP out of a message (paid key) |
| See what has already arrived |
| Read the full body and attachment list |
| Available domains |
| Delete an inbox and its contents |
Without an API key
Everything works except get_verification_code, on the free tier: 150 requests per hour and 3 inboxes per day. That is enough to try it properly.
A paid key raises the limit to 2,000 requests per hour, unlocks code extraction, and allows commercial use. See pricing.
What it looks like in use
You: Make me a temp email and sign up for the newsletter at example.com
The assistant calls
create_inbox, getsabc1234@dextde.site, fills in the form, then callswait_for_email.Assistant: Signed up with abc1234@dextde.site. The confirmation email arrived; your code is 889231.
Configuration
Variable | Purpose |
| Optional. Paid plan key. |
| Optional. Override the API base, for testing. |
Notes
Inboxes expire on their own: 2 hours on the free and Developer plans, 24 hours on Pro. They are receive-only, so nothing can be sent from them.
If a verification code cannot be identified with confidence, the tool says so rather than guessing. A wrong code is worse than none, and the assistant can fall back to read_message to look at the body itself.
Links
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Disposable email inboxes for AI agents — read messages and verification codes.
Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.
Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.
Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to create disposable email inboxes and automatically extract OTPs, magic links, and verification codes from incoming emails.24MIT
- AlicenseAqualityFmaintenanceEnables AI agents to create temporary email addresses, receive confirmation emails, and extract verification links, automating sign-up and email verification workflows without manual intervention.63261MIT
- AlicenseAqualityAmaintenanceProvides disposable email inboxes for AI agents to automatically receive and extract OTPs and magic links, enabling seamless email verification during autonomous workflows.386MIT
- AlicenseNot gradedqualityBmaintenanceDisposable email for humans and AI agents. Enables AI agents to create mailboxes and receive verification emails through an MCP server.36MIT
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/mbilalawan926-sys/best-tempmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server