mcp-server-email
Verified Safeby rubyimogenjohnson
Overview
Automates Freedom of Information (FOI) request handling by integrating with Gmail and Claude, including drafting acknowledgment receipts and facilitating team allocation.
Installation
poetry run mcp-server-emailSecurity Notes
The server uses Google OAuth 2.0 for authentication with Gmail API, storing tokens locally. `credentials.json` is explicitly recommended not to be committed to version control. No 'eval' or direct code obfuscation detected. CSV files are loaded as internal knowledge bases, assuming trusted data sources. The primary security consideration for LLM integration is prompt injection, which is an inherent risk when sending user-provided email content to an AI model, though the server itself does not execute AI outputs. Logs may contain sensitive email content.
Similar Servers
mcp-email-server
This server allows MCP clients to interact with email accounts via IMAP and SMTP protocols, enabling functionalities like listing, fetching, sending, and deleting emails.
outlook-mcp
Enables AI assistants to interact with Microsoft Outlook for email, calendar, and SharePoint operations through the Microsoft Graph API.
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
outlook-mcp-server
AI-powered local email management for Microsoft Outlook, enabling search, composition, organization, and batch forwarding of emails using natural language commands.