An MCP (Model Context Protocol) server for temporary email management using the ChatTempMail API.
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"
}
}
}
}