JMAP MCP by wyattjoh
39 score
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.
Ranked #1774 out of 4710 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 63
Freshness 1mo ago
Issue Health 60%
Stars 168
Platform Breadth 1 platform
Contributors 2
Description Detailed
How to Improve
Freshness high impact
Platforms medium impact
Supported Platforms
From the README
# 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](https://jsr.io/@htunnicliff/jmap-jam) client library. ## Features ### Email Management Tools - **Search Emails**: Search emails with text queries, sender/recipient filters, date ranges, and keywords - **Get Emails**: Retrieve specific emails by ID with full details - **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 ### Email Composition - **Send Email**: Compose and send new emails with support for plain text and HTML - **Reply to Email**: Reply to existing emails with reply-all support ### Key Capabilities -Read full README on GitHub →