Skip to content
Grok

mail tm mcp for Grok

io.github.mrfentmen/mail-tm-mcp

Temporary email domains from Mail.tm. No key required.

client:Grok transport:stdio runtime:npm

Install mail tm mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mail-tm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mail-tm-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mail tm mcp in other clients