MCP Server Email
未申請一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
emailmcpmcp-clientmcp-server
インストール
$
pip install pydantic python-dotenv未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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