icon for mcp server

Resend Email

MCP server for sending emails via Resend API

Resend MCP Server

A Model Context Protocol (MCP) server for Resend email service integration. Send transactional emails with attachments and rich formatting using Resend's API.

🚀 Quick Start - Run in 30 Seconds

🌐 Using Hosted Service (Recommended for Production)

Get instant access to Resend with our managed infrastructure - no setup required:

🔗 Get Free API Key →

pip install klavis # or npm install klavis
from klavis import Klavis klavis = Klavis(api_key="your-free-key") server = klavis.mcp_server.create_server_instance("RESEND", "user123")

🐳 Using Docker (For Self-Hosting)

# Pull latest image docker pull ghcr.io/klavis-ai/resend-mcp-server:latest # Run Resend MCP Server docker run -p 5000:5000 -e API_KEY=$API_KEY \ ghcr.io/klavis-ai/resend-mcp-server:latest

API Key Setup: Get your Resend API key from the Resend Dashboard.

🛠️ Available Tools

  • Send Emails: Send transactional emails with HTML and text content
  • Email Templates: Use and manage email templates
  • Attachments: Send emails with file attachments
  • Bulk Sending: Send emails to multiple recipients
  • Email Tracking: Track delivery and engagement metrics

📚 Documentation & Support

ResourceLink
📖 Documentationdocs.klavis.ai
💬 DiscordJoin Community
🐛 IssuesGitHub Issues

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

📜 License

MIT License - see LICENSE for details.


🚀 Supercharge AI Applications

Get Free API KeyDocumentationDiscord

Related MCP Server Picks for You

Be the First to Experience MCP Now