send_email
Sends emails based on the provided subject, body, and receiver.
How to use it
send_email is exposed by the MCP Server Email MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the send_email tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Server Email
pip install pydantic python-dotenvOther tools in MCP Server Email (6)
(array of strings or string, optional): Email attachments (filenames)
(string, required): The main content of the email
(string, required): The text pattern to search for in file names
(array of strings, required): List of recipient email addresses
Searches for files in a specified directory that match a given pattern.
(string, required): The subject line of the email