HomeCommunication › mcp-server-tempmail

mcp-server-tempmail

MCP server for temporary email management using ChatTempMail API

JavaScript
★ 10 stars Last pushed 2025-09-09

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y mcp-server-tempmail@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-tempmail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-tempmail@1.0.1"
      ],
      "env": {
        "TEMPMAIL_API_KEY": "<YOUR_VALUE>",
        "TEMPMAIL_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • TEMPMAIL_API_KEY required secret — API key for ChatTempMail service
  • TEMPMAIL_BASE_URL — Base URL for ChatTempMail API (optional, defaults to https://chat-tempmail.com)

Related servers

Data from the Official MCP Registry