Email MCP Server
@ssqdoit
关于 Email MCP Server
This is an MCP server designed to handle email communications, supporting multiple email protocols and features.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"email-mcp": {
"command": "npx",
"args": [
"-y",
"email-mcp"
],
"env": {
"EMAIL_HOST": "<your SMTP server>",
"EMAIL_PORT": "<your SMTP port>",
"EMAIL_SSL": "<true or false>",
"EMAIL_ACCOUNT": "<your email account>",
"EMAIL_PASSWORD": "<password or app password>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Email MCP Server?
Email MCP Server is an MCP server that provides email functionality, connecting to SMTP servers via standard configuration. It is designed for users who
沟通协作 分类下的更多 MCP 服务器
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
WhatsApp MCP Server
msaelicesWhatsapp MCP Server implemented in Python
评论