mailu-mcp

manganate006/mailu-mcp
★ 0 stars Unknown language API Integration Updated today
MCP server to administer a Mailu mail server from Claude — domains, mailboxes, aliases, relays — via its admin REST API. 32 tools, TypeScript.
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": {
    "mailu-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "manganate006/mailu-mcp"
      ]
    }
  }
}

README Excerpt

MCP server to administer a Mailu mail server from Claude — domains, mailboxes, aliases, relays — via its admin REST API. 32 tools, TypeScript.