gmail-sender-mcp
If you are the rightful owner of gmail-sender-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that enables Claude and other AI assistants to send emails via Gmail API.
The Gmail Sender MCP Server is a specialized server designed to facilitate email sending capabilities for AI assistants using the Gmail API. It allows AI models to send new emails and reply to existing ones, making it a lightweight and easy-to-deploy solution. The server requires Python 3.8 or higher and a Google Cloud account with the Gmail API enabled. It can be deployed using Docker for containerized environments. The setup involves creating a Google Cloud project, enabling the Gmail API, and configuring OAuth credentials. Once set up, the server listens for connections and can be integrated with AI assistants like Claude to perform email operations.
Features
- Lightweight and easy to set up
- Uses Gmail API for email operations
- Supports sending new emails and replying to existing ones
- Can be deployed using Docker
- Secure handling of OAuth credentials
Tools
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)