MCP Email Server
JSON →Provides IMAP and SMTP access for sending and receiving emails.
Install
npx -y @smithery/cli Tools · 12
- send_email Send an email via SMTP.
- save_to_mailbox Save a draft email to the IMAP Sent folder.
- list_mailboxes List all available IMAP mailboxes/folders.
- search_emails Search emails in a specified mailbox using IMAP search criteria.
- get_email Retrieve a specific email by its UID from a mailbox.
- download_attachment Download an attachment from a specific email.
- move_email Move an email from one mailbox to another.
- delete_email Delete an email by moving it to the Trash folder.
- mark_as_read Mark an email as read.
- mark_as_unread Mark an email as unread.
- flag_email Flag an email for follow-up.
- unflag_email Remove the flag from an email.
Environment variables
MCP_EMAIL_SERVER_IMAP_HOSTMCP_EMAIL_SERVER_IMAP_PORTMCP_EMAIL_SERVER_SMTP_HOSTMCP_EMAIL_SERVER_SMTP_PORTPYPI_TOKEN
Links
★ 241 GitHub stars