Skip to content
Cursor

mcp server tempmail for Cursor

io.github.selenium39/mcp-server-tempmail

MCP server for temporary email management using ChatTempMail API

client:Cursor transport:stdio runtime:npm

Install mcp server tempmail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp server tempmail in other clients