MCP Servers / communication / IMAP MCP

IMAP MCP

JSON →
none13communication

An IMAP Model Context Protocol (MCP) server to expose IMAP operations as tools for AI assistants.

Install
How to run this server
[ { "cmd": "npx tsc", "imports": [] } ]
server path: imap-mcp
Tools
What this server exposes
list_mailboxes
List all available mailboxes/folders
search_emails
Search emails with various criteria
get_email
Retrieve a specific email by ID
send_email
Send an email via SMTP
move_email
Move an email to a different mailbox
delete_email
Delete an email
mark_as_read
Mark an email as read
get_unread_count
Get count of unread emails in a mailbox
Configuration
Environment & auth
authnone
envIMAP_HOST
envIMAP_PORT
Resources
IMAP MCP — MCP Server · libregistry