MCP.so
登录

MCP邮件服务

@Marary

关于 MCP邮件服务

This repository is a mail-sending service developed based on the MCP protocol and Resend. It can be used to send emails, including mass emails. Additionally, it allows querying emails by ID, updating delayed emails, and canceling delayed emails.

基本信息

分类

沟通协作

运行时

python

传输方式

stdio

发布者

Marary

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP邮件服务?

MCP邮件服务 is a mail-sending service built on the MCP protocol and Resend. It allows sending emails (including mass emails), querying emails by ID, updating delayed emails, and canceling delayed emails. It is intended for developers who need email capabilities within MCP‑based applications.

How to use MCP邮件服务?

Clone the repository, install dependencies with pip install -r requirements.txt, then configure your MCP client (e.g., cline) by adding a sendEmail entry with command python main.py --api-key YOUR_API_KEY --domain YOUR_DOMAIN and transport type stdio. After configuration, use the MCP client to invoke email operations.

Key features of MCP邮件服务

  • Send single emails with CC, BCC, and scheduled delivery.
  • Send mass emails to a list of recipients.
  • Query email details by email ID.
  • Update the scheduled send time of a delayed email.
  • Cancel a previously scheduled delayed email.

Use cases of MCP邮件服务

  • Send transactional or notification emails through an MCP‑powered agent.
  • Schedule email delivery for a future timestamp.
  • Broadcast the same message to multiple recipients.
  • Modify or cancel a previously scheduled email before it is sent.

FAQ from MCP邮件服务

What dependencies are required?

Python and the packages listed in requirements.txt must be installed. The server also requires a Resend API key and a verified domain.

How is the server configured in an MCP client?

The README provides a configuration example for cline using command: "python" with arguments main.py --api-key YOUR_API_KEY --domain YOUR_DOMAIN and transportType: "stdio".

What is the transport type for this server?

The server uses stdio transport as shown in the configuration example.

Where do I get the API key and domain?

You must obtain them from Resend. The README references the Resend quickstart documentation for setup instructions.

What parameters are required to send an email?

For a single email: to_email, subject, and body are required; cc, bcc, and scheduled_at are optional. For mass emails: to_email_list, subject, and body are required.

评论

沟通协作 分类下的更多 MCP 服务器