🥢 Zero-config multi-domain disposable email/temp mail on Cloudflare Workers — HTML render, OTP highlight, SPF/DKIM/DMARC diagnostics, REST API, webhooks, MCP server. Deploy with 3 env values.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tempe-mail": {
"command": "npx",
"args": [
"-y",
"Ghufrnainun/tempe-mail"
]
}
}
}
Run in terminal:
claude mcp add tempe-mail npx -y Ghufrnainun/tempe-mail
Add to .cursor/mcp.json:
{
"mcpServers": {
"tempe-mail": {
"command": "npx",
"args": [
"-y",
"Ghufrnainun/tempe-mail"
]
}
}
}