Provides a Model Context Protocol (MCP) server that offers tools for interacting with JMAP (JSON Meta Application Protocol) email servers.
JMAP is an MCP server designed to streamline interaction with JMAP-compliant email services. Built with Deno and leveraging the jmap-jam client library, it provides a comprehensive suite of tools for managing emails and mailboxes. This server allows users to perform various email operations, including searching, retrieving, marking, moving, and deleting messages, as well as composing new emails and replying to existing ones. It adheres to JMAP RFC 8620/8621 compliance, incorporates robust input validation using Zod schemas, and supports pagination, making it a reliable and efficient solution for integrating email capabilities into various applications.