gmail-attachment-mcp-server
If you are the rightful owner of gmail-attachment-mcp-server 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 server that provides a microservice for downloading Gmail attachments using the Message Control Protocol (MCP).
The Gmail Attachment MCP Server is a FastMCP server designed to facilitate the downloading of attachments from Gmail messages using a message ID. It leverages the IMAP protocol to establish a secure connection with Gmail, ensuring that attachments can be fetched efficiently and securely. The server is configured through environment variables, allowing for easy setup of credentials and server details. With a simple API interface provided through MCP, users can seamlessly integrate this functionality into their applications. The server requires Python 3.7 or higher and the 'uv' package for installation. It is particularly useful for users with Gmail accounts that have IMAP enabled and who use App Passwords for enhanced security.
Features
- Download attachments from Gmail messages using message ID
- Secure connection to Gmail using IMAP over SSL
- Environment variable configuration for credentials
- Simple API interface through MCP