Skip to content

mcp server tempmail for Zed

io.github.selenium39/mcp-server-tempmail

MCP server for temporary email management using ChatTempMail API

client:Zed transport:stdio runtime:npm

Install mcp server tempmail in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp server tempmail in other clients