casemail-imap-mcp

vsaintloup/casemail-imap-mcp
★ 0 stars Python 💬 Communication Updated today
Read-only IMAP MCP server for ChatGPT enabling secure access to case-based email folders. Designed for legal workflows, it extracts messages, attachments, and timelines to support matter review and billing, with strict folder scoping and confidentiality-first architecture.
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": {
    "casemail-imap-mcp": {
      "command": "uvx",
      "args": [
        "casemail-imap-mcp"
      ]
    }
  }
}

Or install with pip: pip install casemail-imap-mcp

README Excerpt

CaseMail IMAP is a local-only, read-only remote MCP server for ChatGPT. It is built for legal case management and billing review where one IMAP folder maps to one case or matter, and outgoing replies may live in separate sent folders. Version 1 is intentionally local and conservative: - tool-only MCP endpoint plus a local admin UI at `/admin`

Tools (20)

ALLOW_GLOBAL_SEARCHAPP_HOSTAPP_PORTCACHE_DB_PATHCACHE_ENABLEDCASEMAIL_ACCESS_TOKENCASEMAIL_AUTH_COOKIE_MAX_AGE_SECONDSCASEMAIL_AUTH_REQUIREDCASE_FOLDER_ALLOWLIST_REGEXDEFAULT_SENT_FOLDERSIMAP_HOSTIMAP_PASSWORDIMAP_PORTIMAP_RETRY_COUNTIMAP_TIMEOUT_SECONDSIMAP_USERNAMEIMAP_USE_SSLLOG_LEVELMAX_ATTACHMENT_BYTESMAX_ATTACHMENT_EXTRACT_CHARS