MCP Servers / communication / MCP Email Server

MCP Email Server

JSON →
stdionone241communication

Provides IMAP and SMTP access for sending and receiving emails.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: mcp-email-server-2
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envMCP_EMAIL_SERVER_IMAP_HOST
envMCP_EMAIL_SERVER_IMAP_PORT
envMCP_EMAIL_SERVER_SMTP_HOST
envMCP_EMAIL_SERVER_SMTP_PORT
envPYPI_TOKEN
Resources
MCP Email Server — MCP Server · libregistry