SMTP Email MCP Server

by samihalawa

17 stars
432 downloads
Not rated
GitHub

About

A Model Context Protocol server for SMTP email services

Details

Author
samihalawa
GitHub stars
17
Downloads
432
Categories
Communication

- Manage multiple SMTP server configurations
- Create, update, and use reusable email templates
- Send emails to multiple recipients with batching and rate limiting
- Full HTML support for rich email content
- Comprehensive logging of all email activities
- Dynamic content using template variables

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name SMTP Email MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Smithery (npx -y @smithery/cli install @samihalawa/mcp-server-smtp --client claude) or manually by cloning the repo, installing dependencies, and building. Add the server to your MCP configuration JSON, then start it with npm start. Use the provided tools (e.g., send-email, send-bulk-emails, add-smtp-config, add-email-template) to manage SMTP configurations, templates, and send emails.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "smtp email mcp server": {
            "mcp-server-smtp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@samihalawa/mcp-server-smtp",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-smtp": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@samihalawa/mcp-server-smtp",
            "--client",
            "claude"
        ]
    }
}

SMTP Email MCP Server

smithery badge

A Model Context Protocol (MCP) server that provides email sending capabilities for Claude and other MCP-compatible AI assistants.

Features

- Multiple SMTP Configurations: Configure and manage multiple SMTP servers
- Email Templates: Create, update, and use reusable email templates
- Bulk Email Sending: Send emails to multiple recipients with batching and rate limiting
- HTML Support: Full HTML support for rich email content
- Logging: Comprehensive logging of all email activities
- Template Variables: Dynamic content using template variables

Installation

Installing via Smithery

To install SMTP Email Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @samihalawa/mcp-server-smtp --client claude

Manual Installation

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.