email mcp
@caijianying
email mcp について
这是一个基于 MCP 协议的邮件发送服务
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"email-mcp": {
"command": "node",
"args": [
"yourpath\\email-mcp\\build\\server.js",
"--verbose"
],
"env": {}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is email mcp?
email mcp is a mail-sending service built on the Model Context Protocol (MCP). It enables AI assistants to automatically send emails through a standardized interface. The server is designed for local execution and has been tested with Spring-AI based Java services, though it theoretically works with any MCP-compatible AI client.
How to use email mcp?
Clone the repository, install dependencies with npm install, and build with npm run build. Configure the MCP client to launch node <path-to-build>/server.js --verbose. Then, instruct the AI assistant to send an email by providing SMTP host, port, sender address, password, recipient, subject, and body.
Key features of email mcp
- Sends emails via SMTP over the MCP protocol.
- Local-only execution environment.
- Built with Node.js using npm.
- Provides a single tool for sending emails.
- Works with any AI client supporting MCP.
Use cases of email mcp
- AI assistants automatically sending notification emails.
- Agents composing and dispatching emails based on user requests.
- Integrating email sending into MCP-based workflow automation.
FAQ from email mcp
What exactly does email mcp do?
It gives AI assistants the ability to send emails by exposing an MCP tool that takes SMTP credentials and message content as parameters.
What runtime/dependencies are required?
Node.js and npm are required to install and run the server locally.
Where does my data live?
All SMTP credentials and message content are passed directly from the AI client to the server at runtime; the server does not store any data persistently.
Does email mcp work remotely?
No, the README states that it currently only supports a local execution environment.
What transport or authentication is used?
The server uses standard MCP transport (stdio via Node) and relies on SMTP authentication (username/password) provided by the user at runtime.
「コミュニケーション」の他のコンテンツ
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
Discord MCP Server
hanwegMCP server for discord bot
WhatsApp Web MCP
pnizerWhatsApp Web MCP Server
コメント