mcp-imap-server
mcp-imap-server
Servidor MCP (Model Context Protocol) para acceso a correo electrónico IMAP. Conecta a Claude directamente con tu buzón.
Configuración inicial
npm install
npm run buildRelated MCP server: icloud-mcp
Configuración
Copia .env.example a .env y rellena tus credenciales IMAP:
cp .env.example .envIntegración con Claude Desktop / Claude Code
Añádelo a tu configuración de MCP (~/.claude.json o en los ajustes de Claude Desktop):
{
"mcpServers": {
"imap": {
"command": "node",
"args": ["/path/to/mcp-imap-server/dist/index.js"],
"env": {
"IMAP_HOST": "mail.datatp.cloud",
"IMAP_PORT": "993",
"IMAP_USER": "your-email",
"IMAP_PASSWORD": "your-password"
}
}
}
}Herramientas
Herramienta | Descripción |
| Lista todas las carpetas del buzón |
| Lista los mensajes recientes en una carpeta |
| Obtiene un único correo electrónico por UID |
| Busca por asunto, remitente, fecha, no leído |
| Establece/elimina indicadores (leído, marcado) |
| Mueve un mensaje a otra carpeta |
| Elimina o envía a la papelera un mensaje |
| Crea un nuevo borrador de correo electrónico |
| Crea un borrador de respuesta en un hilo existente (conserva In-Reply-To/References) |
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 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.
- AlicenseBqualityDmaintenanceAn MCP server that connects Claude to iCloud Mail for reading, searching, sending, and organizing emails through natural language. It supports advanced management tasks like bulk operations, mailbox organization, and automated rules for inbox maintenance.6952MIT
- AlicenseNot gradedqualityCmaintenanceA secure MCP server that enables Claude to read, search, send, reply, forward, and manage Gmail messages and labels through natural language commands.1921MIT
- AlicenseNot gradedqualityDmaintenanceA cross-platform MCP server that provides Claude with email access via IMAP, supporting multiple email providers and account management.MIT
Related MCP Connectors
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Fully-managed email as MCP tools - register domains, real mailboxes, send and receive mail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nqcdan/mcp-imap-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server