Email sending MCP
电子邮件发送 MCP 💌
这是一个简单的 MCP 服务器,它使用 Resend 的 API 发送电子邮件。为什么?因为现在您可以让 Cursor 或 Claude Desktop 为您撰写电子邮件并立即发送,而无需复制和粘贴电子邮件内容。
内置:
演示
https://github.com/user-attachments/assets/8c05cbf0-1664-4b3b-afb1-663b46af3464
光标
首先,您需要授权 Resend 从您的域名或邮箱发送电子邮件。请按照此处的步骤进行设置并获取 Resend API 密钥。
将此项目克隆到本地。编辑 index.ts 文件,将me@yoko.dev替换为你自己的邮箱,以便从以下邮箱发送电子邮件:
在项目目录下运行
npm install和npm run build。你会看到生成了 /build/index.js 文件 - 这就是 MCP 服务器脚本!
然后进入 Cursor Settings -> MCP -> Add new MCP server
姓名 = [选择您自己的姓名]
类型 = 命令
命令:
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
您可以在此处获取 Resend API 密钥: https://resend.com/
现在,您可以测试发送电子邮件,方法是:访问 email.md,替换收件人:电子邮件地址,在电子邮件 md 中选择全部,然后按 cmd+l。现在,您可以在聊天中告诉 Cursor“以电子邮件形式发送”。请确保 Cursor 聊天处于“代理”模式,方法是在左下角下拉菜单中选择“代理”。
克劳德桌面
与上述设置相同,然后添加以下 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]
}
}
}
}通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 mcp-send-email :
npx -y @smithery/cli install @ykhli/mcp-send-email --client claude发展
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 Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Hosted email for AI agents: create inboxes, send, receive, and reply over MCP with scoped API keys
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
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.10221,862566MIT
- 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
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