turboSMTP
@debba
turboSMTP について
A simple Node.js MCP server for sending emails and view statistics using TurboSMTP
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"turbosmtp": {
"command": "node",
"args": [
"./mcp-turbosmtp-server.js"
],
"env": {
"TURBOSMTP_CONSUMER_KEY": "<TURBOSMTP_CONSUMER_KEY>",
"TURBOSMTP_CONSUMER_SECRET": "<TURBOSMTP_CONSUMER_SECRET>",
"TURBOSMTP_FROM_EMAIL": "<TURBOSMTP_FROM_EMAIL>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is turboSMTP?
turboSMTP is a Node.js MCP (Model Context Protocol) server for sending emails and viewing statistics using the TurboSMTP email service. It exposes an MCP-compatible API endpoint, designed for easy integration and testing with other MCP-compatible services.
How to use turboSMTP?
Clone the repository, run npm install, then configure your TurboSMTP credentials in the email-service.js file (environment variables or a config file are recommended for production). Start the server with node mcp-turbosmtp-server.js. To send a test email, edit tests.js with the recipient and message details, then run node tests.js.
Key features of turboSMTP
- Send emails and check statistics via TurboSMTP with a simple MCP API
- Easy configuration and setup
- Includes a test script for quick validation
Use cases of turboSMTP
- Integrating email sending into MCP-compatible systems
- Testing email delivery and TurboSMTP configuration
- Monitoring email sending statistics through an MCP endpoint
FAQ from turboSMTP
What are the system requirements for turboSMTP?
Node.js v14 or higher and a valid TurboSMTP account with its credentials.
How do I configure my TurboSMTP credentials?
Set them in the appropriate configuration section of the email-service.js file. For production, you may want to use environment variables or a separate configuration file.
How can I test that turboSMTP is working?
Use the provided test script by editing tests.js with the recipient and message details, then run node tests.js.
Does turboSMTP require any external dependencies beyond Node.js and a TurboSMTP account?
No, the only dependencies are Node.js (v14+) and a valid TurboSMTP account. All code is included in the repository after running npm install.
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント