返回 Skill 列表
extension
分类: 开发与工程无需 API Key

sending-emails

通过FastMCP服务器使用Gmail API发送电子邮件,并带有审批工作流。在配置邮件发送、排查邮件投递问题、设置邮件模板或管理邮件发送速率限制时使用。不用于读取邮件(请使用watching-gmail技能)。

person作者: jakexiaohubgithub

Email Sender MCP Skill

FastMCP server for sending emails via Gmail API.

Quick Start

# Start MCP server
python scripts/run.py

MCP Tools

  1. send_email(to, subject, body, requires_approval)
  2. send_from_template(template_name, to, variables)

Rate Limits

  • 10 emails per hour
  • 100 emails per day

Approval Workflow

Set requires_approval=True to queue email for human review.

Configuration

Required in config/:

  • credentials.json - Google OAuth credentials
  • token_email.json - Gmail send token (separate from read)

Verification

Run: python scripts/verify.py