Mmcp.market

smbCloud Mail & Auth MCP server

by smbcloudXYZ·io.github.smbcloudXYZ/smbcloud-cli·v0.5.2

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

A85/100grade A
What users say
No reviews yet
Be the first
Safety scan
A85/100

full report

Adoption
Growing

7 stars42 downloads/wk

Reviews

Write one

Nobody has reviewed smbCloud Mail & Auth yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

smbCloud Mail & Auth tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 12 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 85/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the smbCloud Mail & Auth repository's README, as published. We do not edit it. Read it on GitHub

<!-- LOGO --> smbCloud CLI smbCloud Mail, Auth, Deploy, and GresIQ from your terminal or your AI agent. Website · Documentation · Contributing · Releases

About

smb is the command-line interface for smbCloud. It is also an MCP server, so Claude, Cursor, and other AI agents can run the same operations you do.

Send transactional email and set up domains and inbox routing on smbCloud Mail, manage authentication apps on smbCloud Auth, and deploy Rust, Node.js, Ruby, or Swift apps. One binary, no runtime to install.

Install

If you want the quickest setup, use a pre-built native binary.

Homebrew (macOS & Linux)

brew tap smbcloudXYZ/tap && brew trust --tap smbcloudXYZ/tap
brew install cli

npm

npm install -g @smbcloud/cli

.NET tool

dotnet tool install --global SmbCloud.Cli

pip

pip install smbcloud-cli

Shell (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-unix.sh | sh

PowerShell (Windows)

irm https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-windows.sh | iex

Or grab a pre-built binary from the Releases page.

Quick Start

smb login
smb init
smb deploy

That gets you from login to first deploy.

MCP server

smb --mcp speaks the Model Context Protocol over stdio, exposing 31 tools across smbCloud Mail, Auth, projects, and deployments. It is listed in the official MCP Registry as io.github.smbcloudXYZ/smbcloud-cli.

Claude Code:

claude mcp add smbcloud -- smb --mcp

Claude Desktop, Cursor, and anything else that takes a JSON config:

{
  "mcpServers": {
    "smbcloud": {
      "command": "npx",
      "args": ["@smbcloud/cli", "--mcp"]
    }
  }
}

Auth comes from smb login, so a terminal session and an agent session share the same token and the same selected project. See docs/mcp.md for the full tool reference.

For mobile and TV app testing, run the focused XCRS Mobile & TV Automation profile:

claude mcp add xcrs -- smb --mcp --scope automation

It exposes target-aware Xcode, ControlKit, CoreDevice, and adb tools without mixing them into the cloud tool set. The same profile is also available from the standalone xcrs --mcp crate.

CI / non-interactive mode

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @smbcloud/cli on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add smbcloud-cli -- npx -y @smbcloud/cli
Add to Cursor

smbCloud Mail & Auth: common questions

Is smbCloud Mail & Auth MCP server safe?
Yes, by our scan: it is graded A (85/100). Read the smbCloud Mail & Auth safety report
How do I install smbCloud Mail & Auth?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does smbCloud Mail & Auth need an API key?
Yes. The registry entry asks for SMB_MAIL_API_KEY.
Is smbCloud Mail & Auth maintained?
The last commit was 13 days ago (2026-09-10). The latest release is v0.5.2.
What can I use instead of smbCloud Mail & Auth?
Servers from other publishers that do the same job: Atomic Mail MCP server, Monacloud MCP server and Palisade MCP server. Compare all smbCloud Mail & Auth alternatives.

Alternatives to smbCloud Mail & Auth

Same job from other publishers: the closest match first, then the best rated.

All smbCloud Mail & Auth alternatives →
  • Atomic Mail
    Programmable email inbox for AI agents — JMAP, PoW auth, stdio MCP server.
    A
  • Monacloud
    Buy .vn/intl domains in VND, deploy apps, Postgres, email, VietQR pay — Vietnam MCP for AI agents
    B
  • Palisade
    Monitor and manage email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) for your domains.
    A
  • Vaemail
    Email infrastructure for AI agents: send, authenticate domains, track delivery, diagnose issues.
    B
  • drwho.me network and developer tools
    29 free tools: DNS, email auth (SPF, DKIM, DMARC), TLS, headers, WHOIS, dev utils.
    B

More from smbcloudXYZ