mcp server tempmail for Claude Desktop
io.github.selenium39/mcp-server-tempmail
MCP server for temporary email management using ChatTempMail API
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server tempmail in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-tempmail": {
"command": "npx",
"args": [
"-y",
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "<TEMPMAIL_API_KEY>",
"TEMPMAIL_BASE_URL": "<TEMPMAIL_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs