MCP-Server-Email provides a bridge for language models to compose and send emails with attachments through SMTP servers. Developed by Tian Ming Guang, this server implementation supports multiple email providers (Gmail, Outlook, Yahoo) and offers tools for sending emails with multiple recipients and searching for attachments in specified directories. The server handles secure email transmission, supports various attachment file types (documents, archives, images), and requires environment variables for sender credentials. Ideal for automating email workflows where AI assistants need to compose messages, attach files, and manage email communications without direct access to email services.
Sends emails based on the provided subject, body, and receiver. Parameters: receiver (array of strings, required), body (string, required), subject (string, required), attachments (array of strings or string, optional)
Searches for files in a specified directory that match a given pattern. Parameters: pattern (string, required)
No reviews yet. Be the first to review!
Sign in to join the conversation