65
/ 100
1 month ago
glama

phison-mail-mcp

Enables AI models to send, receive, search, and manage emails via SMTP/IMAP, including support for attachments, contacts, and advanced search.

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
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — getAttachment (line 1018: fs.mkdirSync(downloadDir, { recursive: true }))
⚠️
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 2 credentials: IMAP_PASS, SMTP_PASS
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high5 low

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

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

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

lownodemailer@8.0.4GHSA-r7g4-qg5f-qqm2

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

lownodemailer@8.0.4GHSA-vvjj-xcjg-gr5g

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

lownodemailer@8.0.4GHSA-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.
configDEFAULT_FROM_EMAIL"": "example@phison.com"
configDEFAULT_FROM_NAME"": "example",
configHOST
configIMAP_HOST"": "mail.phison.com",
🔐 secretIMAP_PASS"": "example",
configIMAP_PORT"": "993",
configIMAP_SECURE"": "true",
configIMAP_USER"": "example@phison.com",
configPORT
configSMTP_ALLOW_UNAUTHORIZED_CERT"": "false",
configSMTP_HOST"": "mail.phison.com",
🔐 secretSMTP_PASS"": "example",
configSMTP_PORT
configSMTP_SECURE"": "false",
configSMTP_USER"": "example@phison.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 8 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/kinolian1107-mcp-phison-email-1ovrss)](https://m8ven.ai/mcp/kinolian1107-mcp-phison-email-1ovrss)
commit: 21047001fcfd7eee06fc0b2b30831ced562b626e
code hash: 905fa04e454fd376b5e0ff8f3e8f56f1d299924ad6c7a377a1028a5be74c48dd
verified: 6/23/2026, 10:38:53 AM
view raw JSON →