← Index

io.github.Selenium39/mcp-server-tempmail

io.github.Selenium39/mcp-server-tempmail·v1.0.1·Email
Quality Score
70
/100

MCP server for temporary email management using ChatTempMail API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-tempmail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-tempmail"
      ],
      "env": {
        "TEMPMAIL_API_KEY": "<your-tempmail_api_key>",
        "TEMPMAIL_BASE_URL": "<tempmail_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-tempmail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-tempmail"
      ],
      "env": {
        "TEMPMAIL_API_KEY": "<your-tempmail_api_key>",
        "TEMPMAIL_BASE_URL": "<tempmail_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-tempmail
§02  Environment variables
TEMPMAIL_API_KEY
requiredsecret

API key for ChatTempMail service

TEMPMAIL_BASE_URL

Base URL for ChatTempMail API (optional, defaults to https://chat-tempmail.com)

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Email