MCP Server
Provides tools for sending enriched HTML emails via Gmail or other SMTP providers, featuring automated intent detection and customer information extraction for email management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP ServerSend a welcome email to john@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 MCP Server - Model Context Protocol
MCP Server es una implementación robusta y eficiente de un servidor compatible con el Model Context Protocol (MCP). Diseñado para extender las capacidades de los Modelos de Lenguaje (LLMs), este servidor proporciona herramientas para el envío de correos electrónicos y prompts inteligentes para la detección de intenciones y gestión de datos de clientes.
✨ Características Principales
📧 Integración SMTP Completa: Envío de correos electrónicos enriquecidos (HTML) a través de Gmail u otros proveedores SMTP.
🧠 Prompts Inteligentes:
Detección de Intención: Clasifica mensajes de usuarios automáticamente.
Extracción de Información: Identifica datos clave como nombres y correos.
Generación de Contenido: Crea emails de bienvenida personalizados dinámicamente.
🔒 Seguridad Primero: Gestión de credenciales mediante variables de entorno y validación de tokens.
⚡ Alto Rendimiento: Construido sobre FastAPI y FastMCP para una latencia mínima.
Related MCP server: MCP Email Server
🛠️ Requisitos Previos
Antes de comenzar, asegúrate de tener instalado:
Python 3.13 o superior.
uv: Un gestor de paquetes de Python extremadamente rápido.
📦 Instalación
Clonar el repositorio:
git clone https://github.com/TUSUARIO/mcp-server.git cd mcp-serverInstalar dependencias:
Utilizando
uvpara sincronizar el entorno virtual:uv sync
⚙️ Configuración
Crea un archivo
.enven la raíz del proyecto basándote en el siguiente ejemplo:# .env EMAIL_USER=tu_correo@gmail.com EMAIL_PASS=tu_contraseña_de_aplicacionNota: Para Gmail, debes usar una "Contraseña de Aplicación" si tienes la verificación en dos pasos activada.
🚀 Uso
Para iniciar el servidor en modo desarrollo:
uv run main.pyEl servidor estará disponible en: http://0.0.0.0:8000
Endpoints Disponibles
Tipo | Nombre | Descripción |
Tool |
| Envía correos HTML vía SMTP. |
Prompt |
| Clasifica la intención del usuario (saludo/info). |
Prompt |
| Extrae nombre y email de un texto. |
Prompt |
| Genera el cuerpo de un email de bienvenida. |
📂 Estructura del Proyecto
mcp-server/
├── main.py # Punto de entrada y lógica del servidor
├── pyproject.toml # Definición de dependencias
├── .gitignore # Archivos ignorados por git
├── .env # Variables de entorno (NO COMMITEAR)
└── README.md # Documentación del proyecto🤝 Contribución
¡Las contribuciones son bienvenidas! Por favor, abre un issue o envía un pull request para mejoras o correcciones.
Haz un Fork del proyecto.
Crea tu rama de funcionalidad (
git checkout -b feature/AmazingFeature).Haz Commit de tus cambios (
git commit -m 'Add some AmazingFeature').Push a la rama (
git push origin feature/AmazingFeature).Abre un Pull Request.
👤 Autor
MKevyn
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 Servers
- Alicense-qualityDmaintenanceEnables AI to send, read, search, delete and reply to emails through SMTP or Gmail API, supporting common email services like QQ, 163, Gmail and Outlook with HTML/text formats and attachments.561ISC
- Flicense-qualityBmaintenanceEnables LLMs to read, send, and manage emails via POP3 and SMTP with TLS support.5
- Alicense-qualityDmaintenanceProvides email sending and receiving via SMTP/IMAP/POP3, supporting major email providers and dynamic authentication for AI assistant integration.144MIT
- Alicense-qualityDmaintenanceEnables AI agents to interact with email accounts via IMAP and SMTP, supporting mailbox listing, email search, retrieval, sending, and management.MIT
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
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/cybertcode/MCP-SERVER'
If you have feedback or need assistance with the MCP directory API, please join our Discord server