email-send-mcp
Related Servers
Alternatives to email-send-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables LLMs to compose and send emails with attachments, as well as search for files in specified directories that match given patterns.80MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides Gmail access for LLMs, enabling email composition, sending, searching, and label management via the Gmail API.MIT
- AlicenseNot gradedqualityDmaintenanceA production-ready MCP server that empowers AI agents to securely send emails via SMTP, supporting plain text, HTML, and attachments.MIT
- 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.-
- FlicenseNot gradedqualityCmaintenanceMCP server for any IMAP mailbox that lets AI models read, search, send, and manage email, including processing attachments as images.1-
- FlicenseAqualityCmaintenanceAn MCP server that exposes filesystem operations — listing directories, reading, writing, and searching files — as tools an LLM can discover and invoke at runtime.4-
TDQS
Scored across 2 tools
The two tools serve completely different purposes—searching files and sending emails—so there is no ambiguity or overlap between them.
Both tools follow a consistent verb_noun pattern (search_attachments, send_email) using snake_case, making them predictable and clear.
With only 2 tools, the server feels very minimal for an email-sending purpose. The inclusion of a generic file search tool rather than email-specific operations (e.g., list inbox, get message) suggests under-scoping.
For a server focused on sending emails, the send_email tool covers the core action, and search_attachments helps locate potential attachments. However, it lacks any tools for managing drafts, retrieving sent emails, or handling recipient lists, leaving notable gaps.