An MCP (Model Context Protocol) server for temporary email management using the ChatTempMail API.
Tools
get_email_domains
create_email
list_emails
delete_email
get_messages
get_message_detail
delete_message
get_webhook_config
set_webhook_config
Server Config
{
"mcpServers": {
"tempmail": {
"command": "npx",
"args": [
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "your-api-key-here",
"TEMPMAIL_BASE_URL": "https://chat-tempmail.com"
}
}
}
}