Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by gamalan • Messaging & Collaboration
A lightweight Python-based MCP server that lets agents manage email configurations, send messages, and read recent unread emails.
Send emails programmatically using stored SMTP configurations.
Manage multiple email account configurations (list, add, update, delete).
Read the latest unread emails to process incoming messages or notifications.
MCP Email Client provides a simple interface for listing, adding, updating, and deleting email configurations, sending emails via specified configurations, and fetching the latest unread messages (up to 5). It is designed to integrate with Claude Desktop (via UV) or other MCP-capable hosts so agents can perform email tasks programmatically. The project is useful for automating email workflows, testing notification flows, or enabling agents to interact with inboxes without embedding direct SMTP/IMAP logic. Installation uses uv and project sync for easy local deployment.
Send an email with optional attachments. Args: to: Recipient email address subject: Email subject content: Email body (plain text) attachments: List of absolute file paths to attach Returns: Dict with success status and message
List emails in the inbox with brief information. Args: limit: Maximum number of emails to return start: Start index (0-based, from the latest email) Returns: Dict with a list of emails (uid, subject, snippet, date, seen, attachment)
List emails in the sent mailbox with brief information. Args: limit: Maximum number of emails to return start: Start index (0-based, from the latest email) Returns: Dict with a list of emails (uid, subject, snippet, date, seen, attachment)
Read full details of an email by UID, and optionally save attachments. Args: uid: UID of the email Returns: Dict with all email fields (subject, snippet, text, html, attachments, uid, seen, from, to, date, message_id, in_reply_to, references)
Reply to an email, automatically setting reply headers and supporting attachments. Args: uid: UID of the original email to reply to subject: Email subject content: Email body (plain text or HTML, auto-detected) attachments: List of absolute file paths to attach Returns: Dict with success status and message
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.