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.
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.
process.env. You'll be asked to provide them before it can run.IMAP_HOST— "": "imap.example.com",IMAP_PASS— "": "your-password"IMAP_PORT— no 993 IMAP server portIMAP_SECURE— no true Use TLS for the connectionIMAP_STARTTLS— no true Upgrade to TLS via STARTTLS (when IMAP_SECURE=false)IMAP_TLS_REJECT_UNAUTHORIZED— no true Reject self-signed TLS certificatesIMAP_USER— "": "you@example.com",[](https://m8ven.ai/mcp/florianbuetow-imap-mini-mcp-lmq3vy)