Skip to content
Grok

smbCloud Mail & Auth for Grok

io.github.smbcloudxyz/smbcloud-cli

Email infrastructure and authentication for developers: domains, inbox routes, auth apps, deploys.

client:Grok transport:stdio runtime:npm

Install smbCloud Mail & Auth in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "smbcloud-cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@smbcloud/cli"
      ],
      "env": {
        "SMB_MAIL_API_KEY": "<SMB_MAIL_API_KEY>"
      }
    }
  }
}

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

smbCloud Mail & Auth in other clients