58
grade D
2 days ago
glama

IMAP Email MCP Server

Enables AI assistants to read, search, compose, and send emails by connecting to any IMAP/SMTP provider. It supports comprehensive mailbox management, including draft handling and message deletion, directly through natural language.

Install from

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

// key findings
⚠️
Known vulnerabilities in dependencies: 3 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: 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_AUTH_TIMEOUT
configIMAP_HOSTe =imap.example.com \
🔐 secretIMAP_PASSWORDe ='your-app-password' \
configIMAP_PORT993 IMAP port
configIMAP_TLStrue Use TLS
configIMAP_TLS_REJECT_UNAUTHORIZED
configIMAP_USERe =you@example.com \
configSMTP_HOSTSame as IMAP_HOST SMTP server hostname
🔐 secretSMTP_PASSWORD
configSMTP_PORT465 SMTP port
configSMTP_SECUREtrue Use secure SMTP
configSMTP_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 3 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/jdickey1-imap-email-mcp-1igwh8)](https://m8ven.ai/mcp/jdickey1-imap-email-mcp-1igwh8)
commit: 5254a1c99dcb71f95325a93b1b179147075352c4
code hash: 60e10f09aafbe10c6ed919448a63c7bcc25de8eed9bd202ce8dac16bb7d434c0
verified: 4/18/2026, 6:32:28 PM
view raw JSON →