MailKit

GitHub

A cross-platform .NET library for IMAP, POP3, and SMTP.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "MailKit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-MailKit"
      ]
    }
  }
}