
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).
Run
npx -y @smbcloud/cli
MCP client config
{
"mcpServers": {
"smbcloud-mail-auth": {
"command": "npx",
"args": [
"-y",
"@smbcloud/cli"
]
}
}
}Published to NuGet as `SmbCloud.Cli` — run it with your .NET MCP host.