MCP_mail_server
Verified Safeby glennart8
Overview
Automates email handling for a fictional timber company by using AI to classify emails and execute predefined tools for responses and actions.
Installation
python mcp_client.pyEnvironment Variables
- GEMINI_API_KEY
- SENDER_EMAIL
- USE_GMAIL
- SEND_REAL_EMAILS
- MANAGER_EMAIL
Security Notes
The system uses `pickle` for persisting Google OAuth tokens (`token.pickle`). While used for legitimate credential storage, deserializing data from `pickle` can pose a security risk if the file is maliciously tampered with or loaded from an untrusted source. However, in this context, the file is self-generated by the application for its own trusted credentials.
Similar Servers
stateful-auth-for-mcp-servers
Integrates Google Gmail and Calendar APIs to enable an AI agent to read emails and manage calendar events with stateful authorization for event deletions.
mcp_email
Adds email functionality (POP3 and SMTP) to an AI agent for sending and receiving emails.
resend-streamable-mcp-server
Manage email contacts, segments, and send emails/newsletters via Resend using an AI agent.
wave-gmail-mcp
Enables AI agents to securely manage Gmail, including reading, sending, searching emails, and executing personalized bulk email campaigns using uploaded customer data.