mail-mcp

davidvornholt/mail-mcp
★ 1 stars TypeScript AI/LLM Updated today
Draft-only IMAP helper for Thunderbird workflows — MCP server + CLI on a shared Effect core. Search, read, and save drafts; never send or delete.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "davidvornholt/mail-mcp"
      ]
    }
  }
}

README Excerpt

> Built on [davidvornholt/standards](https://github.com/davidvornholt/standards). A draft-only IMAP helper for Thunderbird workflows, exposed to Codex, Claude, and other compatible clients as an **MCP server** and to you as a **`mail` CLI** over one shared Effect core. Through the MCP server it can search and read mail and received attachments, and create, update, or delete drafts with HTML and attachments; the `mail` CLI covers login, status, folder/search/read, and plain-text draft creation. I

Topics

bunclieffectemailimapmcpmcp-serverthunderbirdtypescript