Enables AI assistants to send, read, and manage emails via SMTP and IMAP, with support for attachments, threads, and mailbox organization.
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.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
Nodemailer: Message-level raw option bypasses disableFileAccess/disableUrlAccess, enabling arbitrary file read and full-response SSRF in the delivered message
Nodemailer’s addressparser is vulnerable to DoS caused by recursive calls
Nodemailer: Email to an unintended domain can occur due to Interpretation Conflict
process.env. You'll be asked to provide them before it can run.AUTH_HOSTAUTH_PORTAUTH_REALMHOSTIMAP_HOST— export ="imap.gmail.com" # IMAP server (defaults to SMTP_HOST)IMAP_PASS— export ="your-app-password" # IMAP password (defaults to SMTP_PASS)IMAP_PORT— export ="993" # IMAP port (default: 993)IMAP_TLS— export ="true" # Use TLS (default: true)IMAP_USER— export ="your-email@gmail.com" # IMAP username (defaults to SMTP_USER)OAUTH_CLIENT_IDOAUTH_CLIENT_SECRETPORT— TRANSPORT=sse =8080 npm run dev:sse:envSMTP_FROM— export ="your-email@gmail.com" # (Optional) Default sender addressSMTP_HOST— export ="smtp.gmail.com" # SMTP server hostnameSMTP_PASS— export ="your-app-password" # SMTP passwordSMTP_PORT— export ="587" # SMTP server port (587 or 465)SMTP_SECURE— export ="false" # (Optional) Use TLS (true for port 465)SMTP_USER— export ="your-email@gmail.com" # SMTP usernameSSE_PATH— /sse - SSE endpoint path (default: /sse)TRANSPORT— sse npm run dev:sse:env[](https://m8ven.ai/mcp/martinzarfl-mail-mcp-12dlyv)