Email integration — send emails via SMTP with support for HTML content and attachments
SMTP_HOSTSMTP_USERSMTP_PASSnpx @getmcp/cli add emailConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"mcp-server-email"
],
"env": {
"SMTP_HOST": "",
"SMTP_PORT": "587",
"SMTP_USER": "",
"SMTP_PASS": ""
}
}
}
}