Skip to content
Windsurf

mcp server tempmail for Windsurf

io.github.selenium39/mcp-server-tempmail

MCP server for temporary email management using ChatTempMail API

client:Windsurf transport:stdio runtime:npm

Install mcp server tempmail in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-tempmail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-tempmail"
      ],
      "env": {
        "TEMPMAIL_API_KEY": "<TEMPMAIL_API_KEY>",
        "TEMPMAIL_BASE_URL": "<TEMPMAIL_BASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp server tempmail in other clients