69
/ 100
1 month ago
glama

mail-mcp

An MCP server for email operations supporting IMAP and SMTP protocols, enabling sending, receiving, searching, and managing emails with attachments.

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
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_PASSWORD, SMTP_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configIMAP_HOSTimap.qiye.aliyun.com
configIMAP_PORT
configIMAP_USERNAMEyour_email@example.com
🔐 secretIMAP_PASSWORDyour_password
configIMAP_USE_SSL
configSMTP_HOSTsmtp.qiye.aliyun.com
configSMTP_PORT
configSMTP_USERNAMEyour_email@example.com
🔐 secretSMTP_PASSWORDyour_password
configSMTP_USE_SSLfalse # Gmail 使用 STARTTLS
configHOST
configPORT
configLOG_LEVEL
// 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/lupinlin1-mail-mcp-77tfe1)](https://m8ven.ai/mcp/lupinlin1-mail-mcp-77tfe1)
commit: f3857874b5ebcd742a0b0981ce08a666de493074
code hash: 288822ca40b36743f7a8b3879b39988a72c0d17a3cef2d8e1a6bf28078a2e099
verified: 6/18/2026, 10:51:31 AM
view raw JSON →