mcp-server-email

一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。

50 stars
4.2/5
Server Information

Category

Development

Tags

python

GitHub Stars

50

Last Updated

8/14/2025

Installation & Usage

Quick Install

1. Install the server

npm install mcp-server-email

2. Configure MCP settings

Add the server to your Claude Desktop or MCP client configuration.

3. Start using

The server will be available for use with your AI assistant.

Configuration Example
{
  "servers": {
    "mcp-server-email": {
      "command": "node",
      "args": ["path/to/mcp-server-email"]
    }
  }
}

Add this configuration to your MCP settings file.

Ready to Get Started?

Install mcp-server-email and start building more capable AI applications with Model Context Protocol.