gmail-sender-mcp
2
The Gmail Sender MCP Server allows AI assistants to send and reply to emails using the Gmail API. It is lightweight, easy to set up, and can be deployed using Docker for containerization. The project aims to streamline email operations for AI integrations.
send_email
Send new emails, parameters include `to` (recipient mailbox), `subject` (email subject), `body` (email content, supports HTML format)
reply_to_email
Reply to existing emails, parameters include `email_id` (mail ID), `body` (reply content, supports HTML format)