74
/ 100
10 days ago
glama

Universal Email MCP Server

Enables AI to send and receive emails via SMTP/IMAP, supporting auto-configuration for major email providers like QQ, 163, Gmail, Outlook, and enterprise mail.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: EMAIL_PASSWORD, WECHAT_EMAIL_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high3 low

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

highnodemailer@8.0.7GHSA-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.7GHSA-268h-hp4c-crq3

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

lownodemailer@8.0.7GHSA-r7g4-qg5f-qqm2

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

lownodemailer@8.0.7GHSA-wqvq-jvpq-h66f

Nodemailer jsonTransport bypasses disableFileAccess and disableUrlAccess during message normalization

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.
configEMAIL_IMAP_HOST
configEMAIL_IMAP_PORT
configEMAIL_IMAP_SECURE
🔐 secretEMAIL_PASSWORD"": "your-password-or-auth-code",
configEMAIL_POP3_HOST
configEMAIL_POP3_PORT
configEMAIL_POP3_SECURE
configEMAIL_SMTP_HOST
configEMAIL_SMTP_PORT
configEMAIL_SMTP_SECURE
configEMAIL_TYPE"": "auto"
configEMAIL_USER"": "your-email@domain.com",
configEMAIL_USE_POP3
configWECHAT_EMAIL_HOST
🔐 secretWECHAT_EMAIL_PASSWORD
configWECHAT_EMAIL_PORT
configWECHAT_EMAIL_SECURE
configWECHAT_EMAIL_USER
// 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 4 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/evamardin-email-mcp-mgwox5)](https://m8ven.ai/mcp/evamardin-email-mcp-mgwox5)
commit: e9651d3f93b8f3106e54d9817de2cff3ed81f771
code hash: aeb422d28462018c6dfa2fc88501d13cd9687f6a78571b61be80c4dc993e8fb9
verified: 7/21/2026, 9:13:07 AM
view raw JSON →