SMTP
Rank #7,930io.github.ni-c/smtp-mcp
MCP server that sends mail over SMTP, gated behind an allowlist and a human confirmation
SMTP is a Model Context Protocol (MCP) server published by ni-c. It ranks #7,930 of 132,046 servers tracked on MCP Toplist. SMTP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Sep 3, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 124,116 of 132,046 servers on MCP Toplist.
Use SMTP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add smtp-mcp -e "SMTP_HOST=<your SMTP_HOST>" -e "SMTP_PORT=<your SMTP_PORT>" -e "SMTP_TLS=<your SMTP_TLS>" -e "SMTP_USER=<your SMTP_USER>" -e "SMTP_PASSWORD=<your SMTP_PASSWORD>" -e "SMTP_FROM=<your SMTP_FROM>" -e "SMTP_REPLY_TO=<your SMTP_REPLY_TO>" -e "SMTP_ALLOW_SEND=<your SMTP_ALLOW_SEND>" -e "SMTP_ALLOWED_RECIPIENTS=<your SMTP_ALLOWED_RECIPIENTS>" -e "SMTP_MAX_RECIPIENTS=<your SMTP_MAX_RECIPIENTS>" -e "SMTP_MAX_SENDS_PER_HOUR=<your SMTP_MAX_SENDS_PER_HOUR>" -e "SMTP_MAX_MESSAGE_BYTES=<your SMTP_MAX_MESSAGE_BYTES>" -e "SMTP_MAX_ATTACHMENT_BYTES=<your SMTP_MAX_ATTACHMENT_BYTES>" -e "SMTP_ATTACHMENT_DIR=<your SMTP_ATTACHMENT_DIR>" -e "SMTP_ATTACHMENT_TYPES=<your SMTP_ATTACHMENT_TYPES>" -e "SMTP_SIGNATURE=<your SMTP_SIGNATURE>" -e "SMTP_AUDIT_LOG=<your SMTP_AUDIT_LOG>" -e "SMTP_ALLOW_TOOLS=<your SMTP_ALLOW_TOOLS>" -e "SMTP_DENY_TOOLS=<your SMTP_DENY_TOOLS>" -e "SMTP_INSECURE_TLS=<your SMTP_INSECURE_TLS>" -- npx -y @ni-c/smtp-mcpReplace each placeholder with your own value before saving.
claude mcp add smtp-mcp -e "SMTP_HOST=<your SMTP_HOST>" -e "SMTP_PORT=<your SMTP_PORT>" -e "SMTP_TLS=<your SMTP_TLS>" -e "SMTP_USER=<your SMTP_USER>" -e "SMTP_PASSWORD=<your SMTP_PASSWORD>" -e "SMTP_FROM=<your SMTP_FROM>" -e "SMTP_REPLY_TO=<your SMTP_REPLY_TO>" -e "SMTP_ALLOW_SEND=<your SMTP_ALLOW_SEND>" -e "SMTP_ALLOWED_RECIPIENTS=<your SMTP_ALLOWED_RECIPIENTS>" -e "SMTP_MAX_RECIPIENTS=<your SMTP_MAX_RECIPIENTS>" -e "SMTP_MAX_SENDS_PER_HOUR=<your SMTP_MAX_SENDS_PER_HOUR>" -e "SMTP_MAX_MESSAGE_BYTES=<your SMTP_MAX_MESSAGE_BYTES>" -e "SMTP_MAX_ATTACHMENT_BYTES=<your SMTP_MAX_ATTACHMENT_BYTES>" -e "SMTP_ATTACHMENT_DIR=<your SMTP_ATTACHMENT_DIR>" -e "SMTP_ATTACHMENT_TYPES=<your SMTP_ATTACHMENT_TYPES>" -e "SMTP_SIGNATURE=<your SMTP_SIGNATURE>" -e "SMTP_AUDIT_LOG=<your SMTP_AUDIT_LOG>" -e "SMTP_ALLOW_TOOLS=<your SMTP_ALLOW_TOOLS>" -e "SMTP_DENY_TOOLS=<your SMTP_DENY_TOOLS>" -e "SMTP_INSECURE_TLS=<your SMTP_INSECURE_TLS>" -- docker run -i --rm ghcr.io/ni-c/smtp-mcp:0.2.0Replace each placeholder with your own value before saving.
[mcp_servers.smtp-mcp]
command = "npx"
args = ["-y", "@ni-c/smtp-mcp"]
[mcp_servers.smtp-mcp.env]
SMTP_HOST = "<your SMTP_HOST>"
SMTP_PORT = "<your SMTP_PORT>"
SMTP_TLS = "<your SMTP_TLS>"
SMTP_USER = "<your SMTP_USER>"
SMTP_PASSWORD = "<your SMTP_PASSWORD>"
SMTP_FROM = "<your SMTP_FROM>"
SMTP_REPLY_TO = "<your SMTP_REPLY_TO>"
SMTP_ALLOW_SEND = "<your SMTP_ALLOW_SEND>"
SMTP_ALLOWED_RECIPIENTS = "<your SMTP_ALLOWED_RECIPIENTS>"
SMTP_MAX_RECIPIENTS = "<your SMTP_MAX_RECIPIENTS>"
SMTP_MAX_SENDS_PER_HOUR = "<your SMTP_MAX_SENDS_PER_HOUR>"
SMTP_MAX_MESSAGE_BYTES = "<your SMTP_MAX_MESSAGE_BYTES>"
SMTP_MAX_ATTACHMENT_BYTES = "<your SMTP_MAX_ATTACHMENT_BYTES>"
SMTP_ATTACHMENT_DIR = "<your SMTP_ATTACHMENT_DIR>"
SMTP_ATTACHMENT_TYPES = "<your SMTP_ATTACHMENT_TYPES>"
SMTP_SIGNATURE = "<your SMTP_SIGNATURE>"
SMTP_AUDIT_LOG = "<your SMTP_AUDIT_LOG>"
SMTP_ALLOW_TOOLS = "<your SMTP_ALLOW_TOOLS>"
SMTP_DENY_TOOLS = "<your SMTP_DENY_TOOLS>"
SMTP_INSECURE_TLS = "<your SMTP_INSECURE_TLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.smtp-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ni-c/smtp-mcp:0.2.0"]
[mcp_servers.smtp-mcp.env]
SMTP_HOST = "<your SMTP_HOST>"
SMTP_PORT = "<your SMTP_PORT>"
SMTP_TLS = "<your SMTP_TLS>"
SMTP_USER = "<your SMTP_USER>"
SMTP_PASSWORD = "<your SMTP_PASSWORD>"
SMTP_FROM = "<your SMTP_FROM>"
SMTP_REPLY_TO = "<your SMTP_REPLY_TO>"
SMTP_ALLOW_SEND = "<your SMTP_ALLOW_SEND>"
SMTP_ALLOWED_RECIPIENTS = "<your SMTP_ALLOWED_RECIPIENTS>"
SMTP_MAX_RECIPIENTS = "<your SMTP_MAX_RECIPIENTS>"
SMTP_MAX_SENDS_PER_HOUR = "<your SMTP_MAX_SENDS_PER_HOUR>"
SMTP_MAX_MESSAGE_BYTES = "<your SMTP_MAX_MESSAGE_BYTES>"
SMTP_MAX_ATTACHMENT_BYTES = "<your SMTP_MAX_ATTACHMENT_BYTES>"
SMTP_ATTACHMENT_DIR = "<your SMTP_ATTACHMENT_DIR>"
SMTP_ATTACHMENT_TYPES = "<your SMTP_ATTACHMENT_TYPES>"
SMTP_SIGNATURE = "<your SMTP_SIGNATURE>"
SMTP_AUDIT_LOG = "<your SMTP_AUDIT_LOG>"
SMTP_ALLOW_TOOLS = "<your SMTP_ALLOW_TOOLS>"
SMTP_DENY_TOOLS = "<your SMTP_DENY_TOOLS>"
SMTP_INSECURE_TLS = "<your SMTP_INSECURE_TLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smtp-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/smtp-mcp"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smtp-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/smtp-mcp:0.2.0"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smtp-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/smtp-mcp"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smtp-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/smtp-mcp:0.2.0"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"smtp-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ni-c/smtp-mcp"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"smtp-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/smtp-mcp:0.2.0"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smtp-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/smtp-mcp"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smtp-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/smtp-mcp:0.2.0"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smtp-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/smtp-mcp"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smtp-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/smtp-mcp:0.2.0"
],
"env": {
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_PORT": "<your SMTP_PORT>",
"SMTP_TLS": "<your SMTP_TLS>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASSWORD": "<your SMTP_PASSWORD>",
"SMTP_FROM": "<your SMTP_FROM>",
"SMTP_REPLY_TO": "<your SMTP_REPLY_TO>",
"SMTP_ALLOW_SEND": "<your SMTP_ALLOW_SEND>",
"SMTP_ALLOWED_RECIPIENTS": "<your SMTP_ALLOWED_RECIPIENTS>",
"SMTP_MAX_RECIPIENTS": "<your SMTP_MAX_RECIPIENTS>",
"SMTP_MAX_SENDS_PER_HOUR": "<your SMTP_MAX_SENDS_PER_HOUR>",
"SMTP_MAX_MESSAGE_BYTES": "<your SMTP_MAX_MESSAGE_BYTES>",
"SMTP_MAX_ATTACHMENT_BYTES": "<your SMTP_MAX_ATTACHMENT_BYTES>",
"SMTP_ATTACHMENT_DIR": "<your SMTP_ATTACHMENT_DIR>",
"SMTP_ATTACHMENT_TYPES": "<your SMTP_ATTACHMENT_TYPES>",
"SMTP_SIGNATURE": "<your SMTP_SIGNATURE>",
"SMTP_AUDIT_LOG": "<your SMTP_AUDIT_LOG>",
"SMTP_ALLOW_TOOLS": "<your SMTP_ALLOW_TOOLS>",
"SMTP_DENY_TOOLS": "<your SMTP_DENY_TOOLS>",
"SMTP_INSECURE_TLS": "<your SMTP_INSECURE_TLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ni-c%2Fsmtp-mcp)<a href="https://mcptoplist.com/server/io.github.ni-c%2Fsmtp-mcp"><img src="https://mcptoplist.com/badge/io.github.ni-c%2Fsmtp-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ni-c
Other servers by ni-c
- mcp-hub#3,790 · 16 vers
- FreshRSS#5,244 · 9 vers
- Hetzner DNS#5,552 · 9 vers
- wg-easy#5,639 · 8 vers
- Audiobookshelf#5,866 · 7 vers
- Linkwarden#5,867 · 7 vers
- Opengist#5,924 · 7 vers
- Calibre-Web#6,360 · 6 vers
- Mealie MCP Server#6,557 · 5 vers
- OpenStreetMap#6,697 · 5 vers
- Rustpad MCP Server#6,786 · 5 vers
- Wiki.js#6,813 · 5 vers
Available versions (4)
| Version | Published |
|---|---|
| 0.2.0 | Sep 7, 2026 |
| 0.1.2 | Sep 6, 2026 |
| 0.1.1 | Sep 5, 2026 |
| 0.1.0 | Sep 3, 2026 |
Frequently asked questions
- Who maintains SMTP?
- SMTP is maintained by ni-c, which publishes 20 MCP servers (118 total versions) tracked on MCP Toplist.
- Is SMTP listed on the Official MCP Registry?
- Yes — SMTP is listed on the Official MCP Registry, alongside Glama.
- How many versions does SMTP have?
- MCP Toplist tracks 4 versions of SMTP, most recently published on Sep 7, 2026.
- Where can I find the source code for SMTP?
- The source code for SMTP is hosted at github.com/ni-c/smtp-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.