IMAP MCP
JSON →An IMAP Model Context Protocol (MCP) server to expose IMAP operations as tools for AI assistants.
Install
npx tsc Tools · 8
- 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
Environment variables
IMAP_HOSTIMAP_PORT
Links
★ 13 GitHub stars