MCP Email Server
MCP Email Server
Ein einfacher Model Context Protocol (MCP)-Server, der KI-Clients wie Cursor das Senden von E-Mails über den Resend-E-Mail-Dienst ermöglicht.
Funktionen
Senden von E-Mails an einen oder mehrere Empfänger
Unterstützt Betreff und HTML-Body
Verwendet Umgebungsvariablen für eine sichere Konfiguration
Funktioniert mit Cursor und anderen MCP-kompatiblen Clients
Related MCP server: Resend MCP
Voraussetzungen
Node.js 20+
Resend-Konto
Resend-API-Schlüssel
Verifizierter Absender/verifizierte Domain bei Resend
Cursor oder ein anderer MCP-kompatibler MCP-Client
Einrichtung
Installiere die Projektabhängigkeiten.
Erstelle eine
.env-Datei im Projektverzeichnis.Füge deinen Resend-API-Schlüssel und die verifizierte Absender-E-Mail hinzu.
Starte den MCP-Server.
Füge den Server zur Konfiguration deines MCP-Clients hinzu.
Umgebungsvariablen
RESEND_API_KEY=your_resend_api_key
RESEND_FROM_EMAIL=your_verified_senderCommite .env niemals in Git.
Cursor-MCP-Konfiguration
Verwende absolute Pfade sowohl für die .env-Datei als auch für die MCP-Einstiegsdatei.
{
"mcpServers": {
"email-server": {
"command": "node",
"args": [
"--env-file=/ABSOLUTE/PATH/TO/.env",
"/ABSOLUTE/PATH/TO/app.js"
]
}
}
}Ersetze die Pfade durch die Speicherorte auf deinem eigenen Rechner.
Verfügbares Tool
send-mail
Sendet eine E-Mail an einen oder mehrere Empfänger.
Parameter:
to— E-Mail-Adresse(n) des Empfängerssubject— E-Mail-Betreffbody— E-Mail-Inhalt
Sicherheit
Bewahre API-Schlüssel in
.envauf.Commite
.envniemals in Git.Verwende einen verifizierten Absender/eine verifizierte Domain bei Resend.
Gib API-Schlüssel nicht in der MCP-Konfiguration preis.
Technologie-Stack
Node.js
MCP
Resend
Zod
Cursor
Lizenz
MIT
This server cannot be installed
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
- AlicenseAqualityAmaintenanceA simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.9110,907559MIT
- AlicenseNot gradedqualityDmaintenanceEnables sending emails through the Resend service API. Provides a simple email sending tool that integrates with MCP-compatible clients.19MIT
- AlicenseBqualityDmaintenanceEnables sending single and batch emails through the Resend API with support for HTML/plain text content, CC/BCC recipients, and custom tracking tags.16Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables sending emails (including mass emailing), querying, updating, and canceling delayed emails via the Resend API.
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
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/Code2Hack18/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server