gmail-attachment-mcp-server

gmail-attachment-mcp-server

0

The Gmail Attachment MCP Server is a microservice that allows users to download attachments from Gmail messages using a message ID. It uses secure IMAP connections and is configured via environment variables for seamless integration with Gmail.

Gmail Attachment MCP Server

This project implements a FastMCP server that allows you to download attachments from Gmail messages using a message ID. It uses IMAP to connect to Gmail and fetch the attachments.

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

Prerequisites

  • Python 3.7 or higher
  • uv needs to be installed
  • Gmail account with IMAP enabled
  • App Password for Gmail (if using 2-Step Verification)