62
/ 100
12 days ago
glama

IMAP Mini MCP

A lightweight MCP server for interacting with IMAP email accounts to read messages, manage folders, and compose draft replies. It supports standard providers and local bridges, providing tools for searching, fetching attachments, and organizing mailboxes without the ability to send or delete emails.

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 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 1 credential: IMAP_PASS
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_HOST"": "imap.example.com",
🔐 secretIMAP_PASS"": "your-password"
configIMAP_PORTno 993 IMAP server port
configIMAP_SECUREno true Use TLS for the connection
configIMAP_STARTTLSno true Upgrade to TLS via STARTTLS (when IMAP_SECURE=false)
configIMAP_TLS_REJECT_UNAUTHORIZEDno true Reject self-signed TLS certificates
configIMAP_USER"": "you@example.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 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/florianbuetow-imap-mini-mcp-lmq3vy)](https://m8ven.ai/mcp/florianbuetow-imap-mini-mcp-lmq3vy)
commit: a092a4b85ccec2faf6f1c14855febc211dc70174
code hash: edc424093792628ff9d189d23c480a33dd4aca5208a792e21f090444e8080d2c
verified: 6/11/2026, 11:27:28 AM
view raw JSON →