Email MCP Server enables AI assistants to send emails with support for plain text, HTML formatting, file attachments, and multiple recipients with CC/BCC functionality.
Send emails quickly using your environment configuration.
Send emails with full control including multiple recipients, attachments, and HTML formatting.
Test your email settings before sending important emails.
{
"mcpServers": {
"mcp-server": {
"command": "uv",
"args": [
"--directory",
"path/to/the/app/email-mcp-server",
"run",
"main.py"
],
"env": {
"SMTP_HOST": "",
"SMTP_PORT": "",
"SMTP_SECURE": "",
"SMTP_USER": "",
"SMTP_FROM": "",
"SMTP_PASS": ""
}
}
}
}