mailsense-mcp

an920107/mailsense-mcp
★ 0 stars Rust 🔍 Search Updated today
A headless, AI-driven email processing engine built in Rust. It bridges IMAP servers and LLMs via the Model Context Protocol (MCP) for automated categorization and semantic search.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mailsense-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mailsense-mcp"
      ]
    }
  }
}

README Excerpt

> A Headless, AI-Driven Email Processing Engine powered by Rust and the Model > Context Protocol (MCP). **MailSense-MCP** is designed to transform a traditional, passive IMAP inbox into an active, intelligent, and deeply queryable knowledge base. Traditional email clients tightly couple the user interface with email

Tools (1)

tokio