74
/ 100
1 month ago
glama

fuyouai/email-mcp

通过IMAP和SMTP协议实现邮箱读写操作,支持腾讯企业邮箱,可收发邮件、管理文件夹和搜索邮件。

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.
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 1 credential: 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通过 MCP 读写邮箱:收信用 ,发信用 SMTP。默认参数适配腾讯企业邮箱(exmail.qq.com)。
configIMAP_SECURE"": "true",
configMAX_BODY_CHARS读信正文最大长度 8000
configSMTP通过 MCP 读写邮箱:收信用 IMAP,发信用 。默认参数适配腾讯企业邮箱(exmail.qq.com)。
configSMTP_ENABLEDsend_message 发送邮件(环境变量 =false 时不注册)
configSMTP_FROM发件人显示地址 默认同发信登录账号
🔐 secretSMTP_PASSWORDSMTP_USER / 发信账号与收信不同时填写 默认同 MAIL_
configSMTP_SECURE"": "true",
configSMTP_USER/ SMTP_PASSWORD 发信账号与收信不同时填写 默认同 MAIL_
// 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/fuyouai-email-mcp-zit0yx)](https://m8ven.ai/mcp/fuyouai-email-mcp-zit0yx)
commit: a403c5937b9bdbe3bb12b791ecd5b93ad7d3f89a
code hash: 76b412e709961d51018ca60f3076b9d5a5bec29ca1feba7d37413740557d3e83
verified: 6/13/2026, 10:02:47 AM
view raw JSON →