Back to directory
email-send-mcp

email-send-mcp

@YUHAI03

An MCP server enabling LLMs to send emails and search attachments.

emailattachment searchMCP serverSMTPLLM tooltool

Installation & Configuration

{
  "mcpServers": {
    "email_send_mcp": {
      "command": "uvx",
      "args": [
        "email-send-mcp",
        "--dir",
        "C:\\Users\\YourUserName\\Desktop"
      ],
      "env": {
        "SENDER": "[email protected]",
        "PASSWORD": "tuogk......."
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/6/26
Updated
2026/6/8