MCP Server Email
未认领一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
emailmcpmcp-clientmcp-server
安装
$
pip install pydantic python-dotenv工具(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