Back to directory
runekaagaard/mcp-notmuch-sendmail

runekaagaard/mcp-notmuch-sendmail

@runekaagaard

A model context protocol server that reads mails with notmuch and sends mail with sendmail

emailnotmuchsendmailmcpclaudemailassistantmail-managementtool

Installation & Configuration

{
  "mcpServers": {
    "email": {
      "command": "uvx",
      "args": [
        "--from",
        "mcp-notmuch-sendmail==2025.04.09.174710",
        "--python",
        "3.10",
        "--refresh",
        "mcp-notmuch-sendmail"
      ],
      "env": {
        "NOTMUCH_DATABASE_PATH": "/path/to/your/notmuch/db",
        "NOTMUCH_REPLY_SEPARATORS": "Pipe|Separated|Phrases",
        "SENDMAIL_FROM_EMAIL": "[email protected]",
        "SENDMAIL_EMAIL_SIGNATURE_HTML": "<p>Optional HTML signature</p>",
        "NOTMUCH_SYNC_SCRIPT": "/path/to/your/sync/script.sh",
        "LOG_FILE_PATH": "/path/to/log/file.log",
        "DRAFT_DIR": "/path/for/email/drafts"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15