mcp-mail-notifier
Related Servers
Alternatives to mcp-mail-notifier
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceAuthenticated email service MCP for AI agents.190Apache 2.0
- AlicenseAqualityCmaintenanceSends engineering progress and human approval emails via SMTP, reads replies over IMAP, and tracks approval decisions through MCP tools.9MIT
- FlicenseAqualityDmaintenanceEnables sending emails through SMTP with support for multiple recipients, attachments, CC/BCC, and both plain text and HTML formats. Includes preset configurations for common email providers like Gmail, QQ, Outlook, and 163.5-
- AlicenseAqualityAmaintenanceA multi-service email platform for MCP-compatible clients that supports standard email providers, transactional APIs, and local testing environments. It enables users to send and receive emails, monitor service health, and integrate with messaging webhooks like Slack and Discord through natural language commands.102MIT
- AlicenseAqualityAmaintenanceMCP server that sends mail over SMTP, gated behind an allowlist and a human confirmation4368 npmMIT
- AlicenseBqualityCmaintenanceMCP Server for extracting Time Doctor time tracking data via AI assistants.42MIT
TDQS
Scored across 3 tools
The three tools have clearly distinct purposes: sending an email notification, setting a task start time, and formatting a duration. No two tools overlap in action or target resource.
All tool names use a consistent snake_case verb_noun pattern: send_notification, set_task_start_time, format_duration. The convention is predictable and easy to parse.
Three tools are a reasonable, lightweight surface for a mail notifier. Two are timing helpers rather than direct mail operations, so the set is slightly narrow but not inappropriate.
The core send_notification tool is present, and duration helpers exist, but there is no tool to retrieve or clear the stored start time or to calculate/embed elapsed duration into the notification. Other notification scenarios are also absent.