Odel
smbCloud Mail & Auth

smbCloud Mail & Auth

Local
@smbcloudxyz7RustUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@smbcloud/cliv0.5.2

Run

npx -y @smbcloud/cli

MCP client config

{
  "mcpServers": {
    "smbcloud-mail-auth": {
      "command": "npx",
      "args": [
        "-y",
        "@smbcloud/cli"
      ]
    }
  }
}
NuGetSmbCloud.Cliv0.5.2

Published to NuGet as `SmbCloud.Cli` — run it with your .NET MCP host.