Email Sender MCP Skill
FastMCP server for sending emails via Gmail API.
Quick Start
# Start MCP server
python scripts/run.py
MCP Tools
send_email(to, subject, body, requires_approval)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 credentialstoken_email.json- Gmail send token (separate from read)
Verification
Run: python scripts/verify.py
微信扫一扫