rmcp-mailer

rmcp-mailer

0

The MCP Server for Personal Mailer is a Rust-based server enabling users to send emails using simple prompts in LLM chat interfaces like Cursor and Copilot. It provides a user-friendly way to execute email-related tasks without traditional data input methods by leveraging a Lettuce SMTP client.

MCP Server for Personal Mailer

An example project for a Rust-based MCP server for personal mailer, enabling users to send emails by making prompts to LLM chat interfaces such as Cursor and Copilot. This implementation uses the official Rust SDK for MCP and employs the 'lettre' crate as the SMTP client.

Usage

  • Users can send emails by using simple language prompts.
  • The LLM assists in creating input data for the email program.

Local Run for Testing

  • Use the aiosmtpd Python module for the SMTP server and Visual Studio Code with GitHub Copilot as the LLM chat interface.
  • Follow a specific guide to set up and run the MCP server locally.