First release of the MoeMail MCP server — native temporary-email tools for any MCP client (Claude Desktop, Cursor, Cline, …).
Tools
create_email · list_emails · list_messages · read_message · wait_for_email · send_email · delete_email · delete_message
wait_for_emailis bounded (max 90s) and returnsstatus: "timeout"so the agent can retry instead of blocking.- Shares @moemail/core with the CLI, so both talk to the same MoeMail API.
Setup
{
"mcpServers": {
"moemail": {
"command": "npx",
"args": ["-y", "@moemail/mcp"],
"env": { "MOEMAIL_API_KEY": "YOUR_API_KEY", "MOEMAIL_API_URL": "https://moemail.app" }
}
}
}