JMAP MCP Server
A Model Context Protocol (MCP) server that provides tools for interacting with JMAP (JSON Meta Application Protocol) email servers. Built with Deno and using the @htunnicliff/jmap-jam client library.
Features
Email Management Tools
Search Emails : Search emails with text queries, sender/recipient filters, date ranges, and keywords
: Search emails with text queries, sender/recipient filters, date ranges, and keywords Get Emails : Retrieve specific emails by ID with full details
: Retrieve specific emails by ID with full details Get Threads : Retrieve email threads (conversation chains)
: Retrieve email threads (conversation chains) Mark Emails : Mark emails as read/unread, flagged/unflagged
: Mark emails as read/unread, flagged/unflagged Move Emails : Move emails between mailboxes
: Move emails between mailboxes Delete Emails: Delete emails permanently
... continue reading