by wyattjoh · MCP Server · ★ 172
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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. All filters are AND'd together. Get Emails: Retrieve specific emails by ID with configurable property selection Get Threads: Retrieve email threads (conversation chains) Mark Emails: Mark emails as read/unread, flagged/unflagged Move Emails: Move emails between mailboxes Delete Emails: Delete emails permanently Mailbox Management Get Mailboxes: List all mailboxes/folders with hierarchy support. Use this to find mailbox IDs needed by other tools. Incremental Sync Get Email Changes: Get IDs of emails created, updated, or destroyed since a previous state (state-based delta tracking) Get Search Updates: Get additions/removals within a previous search query since its last queryState Email Composition Send Email: Compose and send new emails with s
| Stars | 172 |
| Forks | 31 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 75.7846322728047/100 |
| Open Issues | 1 |
| Last Updated | 2026-06-18 |
| Created | 2025-08-15 |
| Platforms | cli, mcp, node |
| Est. Tokens | ~10k |
Explore other popular mcp server tools:
jmap-mcp is 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 jmap-jam client library.. It is categorized as a MCP Server with 172 GitHub stars.
jmap-mcp is primarily written in TypeScript.
You can find installation instructions and usage details in the jmap-mcp GitHub repository at github.com/wyattjoh/jmap-mcp. The project has 172 stars and 31 forks, indicating an active community.
jmap-mcp is released under the MIT license, making it free to use and modify according to the license terms.