一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Installation
python -m mcp_email_server (--dir /path/to/attachment/directory)View configuration snippet
{
"mcpServers": {
"mcp-server-email": {
"command": "python",
"args": [
"-m",
"mcp_email_server",
"(--dir",
"/path/to/attachment/directory)"
]
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Mcp Agent
Mcp Agent is an open-source MCP server that gives AI assistants access to specialized functionality. Compatible with Claude Desktop, Cursor, and other MCP clients for enhanced AI agent workflows.
Claudecomputercommander
Claudecomputercommander MCP server enables seamless integration between AI agents and external services. Built on the Model Context Protocol, it provides standardized access to tools and data for AI-powered workflows.
Claudedesktopcommander
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Model Context Protocol Pollinations
Your Friendly Open-Source Gen-AI Platform
Like this server?
Discover more MCP servers or submit your own to directory.