74
/ 100
28 days ago
glama

sse-email-mcp-server

Provides email sending and receiving via SMTP/IMAP/POP3, supporting major email providers and dynamic authentication for AI assistant integration.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 4 credentials: EMAIL_PASS, IMAP_PASS, POP3_PASS, SMTP_PASS
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high6 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highnodemailer@8.0.0GHSA-p6gq-j5cr-w38f

Nodemailer: Message-level raw option bypasses disableFileAccess/disableUrlAccess, enabling arbitrary file read and full-response SSRF in the delivered message

lownodemailer@8.0.0GHSA-268h-hp4c-crq3

Nodemailer: CRLF injection in Nodemailer List-* header comments allows arbitrary message header injection

lownodemailer@8.0.0GHSA-c7w3-x93f-qmm8

Nodemailer has SMTP command injection due to unsanitized `envelope.size` parameter

lownodemailer@8.0.0GHSA-r7g4-qg5f-qqm2

Nodemailer: Improper TLS Certificate Validation in OAuth2 Token Fetch Enables Credential Interception

lownodemailer@8.0.0GHSA-vvjj-xcjg-gr5g

Nodemailer Vulnerable to SMTP Command Injection via CRLF in Transport name Option (EHLO/HELO)

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretEMAIL_PASS"": "your-app-password",
configEMAIL_PROVIDER"": "gmail"
configEMAIL_USER"": "your-email@gmail.com",
configIMAP_HOST
🔐 secretIMAP_PASS
configIMAP_PORT
configIMAP_SECURE
configIMAP_USER
configMCP_STDIO
configPOP3_HOST
🔐 secretPOP3_PASS
configPOP3_PORT
configPOP3_SECURE
configPOP3_USER
configPORT
configSMTP_HOSTyour-smtp-server.com
🔐 secretSMTP_PASSyour-password
configSMTP_PORT
configSMTP_SECURE
configSMTP_USERyour-email@example.com
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/1018053166-sse-email-mcp-server-wsp1p1)](https://m8ven.ai/mcp/1018053166-sse-email-mcp-server-wsp1p1)
commit: 86f172ba1ab02ae9a116af5de12ea6134a4665df
code hash: 02cd06a68e2187502764db332ef536a6776f30abe43fd1f5109598778e383c20
verified: 6/21/2026, 10:37:13 AM
view raw JSON →