MCP Server Email
Unclaimed一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Install
pip install pydantic python-dotenvUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
attachments
(array of strings or string, optional): Email attachments (filenames)
body
(string, required): The main content of the email
pattern
(string, required): The text pattern to search for in file names
receiver
(array of strings, required): List of recipient email addresses
search_attachments
Searches for files in a specified directory that match a given pattern.
send_email
Sends emails based on the provided subject, body, and receiver.
subject
(string, required): The subject line of the email