Back to directory
shy2593666979/mcp-server-email

shy2593666979/mcp-server-email

@Shy2593666979

一个基于 MCP 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件,提供安全的 SMTP 传输。

emailsmtpattachmentsllmmcpservercommunicationtool

Installation & Configuration

{
  "command": "python",
  "args": [
    "-m",
    "mcp_email_server",
    "--dir",
    "/path/to/attachments"
  ],
  "env": {
    "SENDER": "[email protected]",
    "PASSWORD": "your-password"
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13