best-tempmail-mcp
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.
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
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