turbosmtp
Click 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., "@turbosmtpsend a test email to john@example.com with subject 'Welcome'"
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.
turbosmtp-mcp-server
A simple Node.js MCP (Model Context Protocol) server for sending emails and view statistics using TurboSMTP, designed for easy integration and testing. This server exposes an MCP-compatible API endpoint to allow other services to send emails via TurboSMTP.
Features
Send emails and check statistics via TurboSMTP with a simple MCP API
Easy configuration and setup
Includes a test script for quick validation
Related MCP server: MailPace MCP Server
Requirements
Node.js (v14 or higher recommended)
A valid TurboSMTP account and credentials
Installation
git clone https://github.com/debba/turbosmtp-mcp-server.git
cd turbosmtp-mcp-server
npm installConfiguration
Set your TurboSMTP credentials in the appropriate configuration section of the code (see email-service.js).
You may want to use environment variables or a configuration file for production use.
Usage
Start the MCP server
node mcp-turbosmtp-server.jsThe server will start and expose an MCP API endpoint for sending emails.
Send a test email
You can use the provided test script:
node tests.jsEdit tests.js to set the recipient and message details.
Project Structure
mcp-turbosmtp-server.js— Main MCP server fileemail-service.js— Email sending logic using TurboSMTPtests.js— Script to test turboSMTP features via APIpackage.json— Project dependencies and scripts
License
MIT
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
- Alicense-qualityDmaintenanceThis MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.Last updated49MIT

MailPace MCP Serverofficial
AlicenseDqualityDmaintenanceAn MCP server implementation that allows sending emails over MailPace's fast transactional email API.Last updated11MIT- Flicense-qualityBmaintenanceA minimal MCP server for reading and sending emails via IMAP/SMTP, supporting multiple accounts in a single instance with zero external dependencies.Last updated1
- Flicense-qualityBmaintenanceA minimal MCP server that provides a send_email tool for sending HTML email through an SMTP relay.Last updated
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
send-that-email MCP — wraps StupidAPIs (requires X-API-Key)
A basic MCP server to operate on the Postman API.
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/debba/turbosmtp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server