Skip to content
Grok

zerosmtp for Grok

io.github.msgwing/zerosmtp

A free SMTP relay that still takes a username and password, for devices that cannot do OAuth 2.0.

client:Grok transport:stdio runtime:npm

Install zerosmtp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "zerosmtp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "zerosmtp-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

zerosmtp in other clients