Temp Mail for Claude Desktop
io.temp-mail/temp-mail
Disposable email inboxes for AI agents — read messages and verification codes.
client:Claude Desktop
transport:streamable-http
Install Temp Mail in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"temp-mail": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.temp-mail.io/v1/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs