JMAP icon

JMAP

140

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.

주요 기능

  • Full JMAP RFC 8620/8621 compliance via jmap-jam client library
  • Mailbox and thread management capabilities with hierarchy support
  • 140 GitHub stars
  • Comprehensive email management (search, retrieve, mark, move, delete)
  • Robust input validation with Zod schemas and pagination support for list operations
  • Email composition and reply functionalities, including reply-all

사용 사례

  • Integrating JMAP email functionalities into existing systems
  • Automating email workflows and management tasks
  • Developing custom email client interfaces or applications
Advertisement

Advertisement