io.github.AIWerk

mcp-server-imap

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

IMAP_HOST(str)
Required

IMAP server hostname (e.g. imap.gmail.com).

IMAP_USER(str)
Required

IMAP account username / email address.

IMAP_PASS(str)
RequiredSecret

IMAP account password or app-specific password.

SMTP_HOST(str)

SMTP server hostname, required to send email.

SMTP_USER(str)

SMTP account username (defaults to IMAP_USER if unset).

SMTP_PASS(str)
Secret

SMTP account password (defaults to IMAP_PASS if unset).