@fuyouai/email-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@fuyouai/email-mcplist my recent emails in the inbox"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@fuyouai/email-mcp
通过 MCP 读写邮箱:收信用 IMAP,发信用 SMTP。默认参数适配腾讯企业邮箱(exmail.qq.com)。
工具
Tool | 说明 |
| 列出文件夹 |
| 列出邮件摘要 |
| 按条件搜索 |
| 读取单封正文与附件信息 |
| 发送邮件(环境变量 |
Related MCP server: Email Server
要求
Node.js 18+
邮箱已开启 IMAP;发信需开启 SMTP
腾讯企业邮开启安全登录时,使用客户端专用密码(IMAP 说明)
在 Cursor 中使用
npx -y @fuyouai/email-mcpmcp.json 示例(把账号与密码换成你自己的;密码不要提交到仓库):
{
"mcpServers": {
"email": {
"command": "npx",
"args": ["-y", "@fuyouai/email-mcp"],
"env": {
"IMAP": "imap.exmail.qq.com:993",
"MAIL_USER": "you@yourcompany.com",
"MAIL_PASSWORD": "客户端专用密码",
"IMAP_SECURE": "true",
"SMTP": "smtp.exmail.qq.com:465",
"SMTP_SECURE": "true",
"SMTP_ENABLED": "true"
}
}
}
}安装到全局后,可执行 CLI:email-mcp。
环境变量
变量 | 说明 | 默认 |
| 收信 |
|
| 登录邮箱(收/发共用) | 必填 |
| 密码或客户端专用密码 | 必填 |
| IMAP 使用 TLS |
|
| 读信正文最大长度 |
|
| 发信 |
|
| SMTP 使用 TLS |
|
| 是否注册发信工具 |
|
| 发信账号与收信不同时填写 | 默认同 |
| 发件人显示地址 | 默认同发信登录账号 |
海外机房可将 IMAP / SMTP 改为 hwimap.exmail.qq.com:993、hwsmtp.exmail.qq.com:465。
send_message 参数示例
{
"to": "colleague@company.com",
"subject": "会议提醒",
"text": "明天下午 3 点开会。"
}多个收件人:"to": "a@x.com, b@x.com" 或 "to": ["a@x.com", "b@x.com"]。text 与 html 至少填一项。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceProvides IMAP and SMTP capabilities, enabling developers to manage email services with seamless integration and automated workflows.Last updated14299BSD 3-Clause
- Alicense-qualityDmaintenanceEnables email management through IMAP and SMTP protocols, supporting reading, sending, replying to emails with proper threading, and downloading attachments. Supports multiple email accounts with flexible configuration options.Last updated1BSD 3-Clause
- FlicenseBqualityDmaintenanceEnables comprehensive interaction with IMAP email accounts through 38 tools for reading, searching, and organizing messages. It supports advanced features like real-time mailbox monitoring via IDLE watch and automated email archiving.Last updated41
- Alicense-qualityDmaintenanceEnables reading, sending, and managing emails via IMAP/SMTP through natural language, including listing folders, searching, moving emails, and sending attachments.Last updated12MIT
Related MCP Connectors
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
AI email inbox and sending tools with attachments, search, live events, and webhooks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fuyouai/email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server