Email sending MCP
Envío de correo electrónico MCP 💌
Este es un servidor MCP simple que envía correos electrónicos usando la API de Resend. ¿Por qué? Ahora puedes dejar que Cursor o Claude Desktop redacten correos electrónicos automáticamente y los envíen al instante sin tener que copiar y pegar el contenido.
Construido con:
MANIFESTACIÓN
https://github.com/user-attachments/assets/8c05cbf0-1664-4b3b-afb1-663b46af3464
Cursor
Primero, debes autorizar a Resend para que envíe correos electrónicos desde tu dominio o correo electrónico. Sigue los pasos aquí para configurarlo y obtener una clave API de Resend.
Clona este proyecto localmente. Edita index.ts y reemplaza "me@yoko.dev" con tu correo electrónico para enviar correos desde...
Ejecute
npm installynpm run builden el directorio del proyecto. Debería ver generado un archivo /build/index.js: este es el script del servidor MCP.
Luego vaya a Configuración del cursor -> MCP -> Agregar nuevo servidor MCP
Nombre = [elige tu propio nombre]
Tipo = comando
Comando:
node ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js --key=YOUR_RESEND_API_KEY --sender=OPTIONAL_SENDER_EMAIL_ADDRESS --reply-to=OPTIONAL_REPLY_TO_EMAIL_ADDRESS_ONE --reply-to=OPTIONAL_REPLY_TO_EMAIL_ADDRESS_TWO
Puede obtener la clave API de reenvío aquí: https://resend.com/
Ahora puedes probar el envío de correos electrónicos. Para ello, ve a email.md, reemplaza la dirección de correo electrónico "to:", selecciona todo en email.md y pulsa Cmd+L. Ahora puedes indicar a Cursor que "envíe esto como correo electrónico" en el chat. Asegúrate de que Cursor Chat esté en modo Agente seleccionando "Agente" en el menú desplegable inferior izquierdo.
Escritorio de Claude
La misma configuración que la anterior y luego agregue la siguiente configuración MCP
{
"mcpServers": {
"resend": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js"],
"env": {
"RESEND_API_KEY": [YOUR_API_KEY],
"SENDER_EMAIL_ADDRESS": [OPTIONAL_SENDER_EMAIL_ADDRESS],
"REPLY_TO_EMAIL_ADDRESSES": [OPTIONAL_REPLY_TO_EMAIL_ADDRESSES_COMMA_DELIMITED]
}
}
}
}Instalación mediante herrería
Para instalar mcp-send-email para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @ykhli/mcp-send-email --client claudeDesarrollar
npm install npm run build
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.999,640565MIT
- AlicenseNot gradedqualityDmaintenanceThis 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.50MIT
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that integrates with Missive App allowing users to create, manage, and send email drafts through AI tools like Claude Desktop or N8N.
- AlicenseAqualityDmaintenanceA Gmail MCP server that enables Claude to send, search, and read emails using either Gmail API or SMTP/IMAP backend.3MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
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/deploya-labs/mcp-resend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server