Skip to content

@moemail/mcp v1.0.0

Latest

Choose a tag to compare

@beilunyang beilunyang released this 16 Jun 00:15

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_email is bounded (max 90s) and returns status: "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" }
    }
  }
}