A free SMTP relay that still takes a username and password, for devices that cannot do OAuth 2.0.
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 zerosmtp-mcp
MCP client config
{
"mcpServers": {
"zerosmtp": {
"command": "npx",
"args": [
"-y",
"zerosmtp-mcp"
]
}
}
}