mailflow-mcp

trust11/mailflow-mcp
★ 0 stars TypeScript API Integration Updated 7d ago
MCP server exposing the MailFlow REST API as tools (54 tools, 9 modules)
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": {
    "mailflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "trust11/mailflow-mcp"
      ]
    }
  }
}

README Excerpt

MCP server exposing the [MailFlow](https://github.com/maathimself/mailflow) webmail API to LLMs — read/search/send mail, manage categories, rules, contacts, and MailFlow's AI-based criticality classification, directly as MCP tools. See [`docs/design.md`](docs/design.md) for architecture and scope decisions.