imap-mcp
imap-mcp
MCP de cliente IMAP. Lee correos de un buzón Dovecot / Synology MailPlus y, opcionalmente, dispara webhooks cuando llegan nuevos mensajes coincidentes; reemplaza la frágil autenticación OAuth de Gmail para disparadores de automatización.
Herramientas
Herramienta | Descripción |
| Resúmenes de mensajes no leídos |
| BÚSQUEDA IMAP sin procesar |
| Mensaje completo (encabezados + texto + html) |
| Establecer la marca |
| Mover a otra carpeta |
| Todas las carpetas |
| Ping IMAP + reglas de vigilancia + contador de disparos |
Related MCP server: @aiwerk/mcp-server-imap
Entorno
Variable | Requerido | Descripción |
| ✓ | Servidor (ej. |
| Predeterminado | |
|
| |
| ✓ | Nombre de cuenta de Synology, no correo electrónico |
| ✓ | |
| Predeterminado | |
| Matriz JSON en línea de reglas de vigilancia | |
| Ruta al archivo JSON (predeterminado | |
| Predeterminado | |
| Puerto del servidor MCP (predeterminado |
Reglas de vigilancia
[
{
"name": "garmin-livetrack",
"mailbox": "INBOX",
"criteria": "FROM \"noreply@garmin.com\" SUBJECT \"LiveTrack\" UNSEEN",
"webhook_url": "http://host.docker.internal:5678/webhook/livetrack-mail",
"mark_read": true,
"move_to": null
}
]Al iniciarse, el vigilante "prepara" cada regla con los UID coincidentes existentes, por lo que solo se disparan los correos nuevos después del arranque. Cada POLL_INTERVAL_SECS vuelve a ejecutar los criterios de cada regla y envía los mensajes coincidentes (cuerpo completo) mediante POST a webhook_url como { "rule": "...", "mailbox": "...", "message": {...} }. Tras un POST exitoso, mueve el mensaje a move_to o lo marca como leído si se especifica mark_read.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
MCP server for e-mail testing: create disposable inboxes, wait for delivery, and extract e-mail content or links - all from your AI agent or test automation workflow. Get a free API key on https://app.zyntra.app/
MCP server for MailTempo's public free temporary email inboxes.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI models to read, search, and send emails via IMAP and SMTP protocols. It supports various providers like Gmail and Outlook, allowing for tasks such as retrieving unread messages, searching by sender, and managing mailbox folders.-
- AlicenseBqualityCmaintenanceUniversal IMAP/SMTP MCP server that works with any email provider, providing tools to read, search, send, and manage emails.101161MIT
- AlicenseAqualityBmaintenanceMCP server that enables email management (send, read, search, delete, etc.) via IMAP/SMTP, compatible with Gmail, Outlook, Yahoo, iCloud, and other standard mail servers.11MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for reading and sending emails via IMAP and SMTP, designed for Zimbra and any standard mail host.241ISC