resend-streamable-mcp-server
Verified Safeby iceener
Overview
Manage email contacts, segments, and send emails/newsletters via Resend using an AI agent.
Installation
bun devEnvironment Variables
- RESEND_API_KEY
- RESEND_DEFAULT_FROM
- BEARER_TOKEN
- AUTH_ENABLED
Security Notes
No hardcoded secrets were found; all sensitive credentials (Resend API key, Bearer token) are loaded from environment variables. The server employs AES-256-GCM encryption for file-based token storage in Node.js, and KV/memory with encryption in Cloudflare Workers. Input validation is enforced via Zod schemas, and sensitive data is sanitized in logs. Origin and MCP protocol version validation are implemented. The README provides clear warnings about the risks of giving AI agents email-sending capabilities and advises caution and client-side review mechanisms.
Similar Servers
whatsapp-mcp-ts
Connects a personal WhatsApp account to an AI agent, enabling the agent to search messages and contacts, list chats, retrieve message history, and send messages via WhatsApp.
mcp_email
Adds email functionality (POP3 and SMTP) to an AI agent for sending and receiving emails.
clicksend-mcp-server
Extends ClickSend's messaging capabilities into modern AI ecosystems, enabling AI agents to send SMS without custom code.
microsoft-mcp
A comprehensive AI assistant toolkit for managing Microsoft 365 services including Outlook emails, Calendar events, OneDrive files, and Contacts.