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.
Gmail Sender MCP Server
This project provides a Model Context Protocol (MCP) server that enables AI assistants to send emails using the Gmail API. Designed for ease of use, the server allows for sending new emails and replying to existing ones through simple API tools.
Features
- Send new emails
- Reply to existing emails
Prerequisites
- Python 3.8 or higher
- Google Cloud account with Gmail API enabled
- Docker (optional)
Setup Instructions
- Enable Gmail API and create OAuth credentials on Google Cloud.
- Clone the repository and install dependencies.
- Set up your credentials and environment.
- Run the MCP server.
Docker Deployment
- Option for containerized deployment using Docker or Docker Compose.