wyattjoh/jmap-mcp
Overview
A Model Context Protocol (MCP) server that enables interaction with JMAP email servers, built with Deno and the jmap-jam client library.
Capabilities
- • stdio transport support
- • authentication support
- • github integration
Best For
MCP server for JMAP email interaction, built with Deno and jmap-jam client library.
Decision Snapshot
Usage
available
Docs
1 links
Config
3 strong hints
Capabilities
3 key capabilities detected
- • GitHub stars: 169
- • Forks: 29
- • Source provenance count: 1
- • Last seen: 3/18/2026
- • Published: 3/17/2026
Usage
deno run --allow-env --allow-net --watch src/mod.ts
Features
- • Full JMAP RFC 8620/8621 compliance via jmap-jam
- • Comprehensive input validation with Zod schemas
- • Pagination support for all list operations
- • Rich error handling and connection management
- • Functional programming patterns throughout
- • TypeScript support with strong typing
- • stdio transport support
- • authentication support
Use Cases
- • Supports capabilities such as: stdio transport support; authentication support; github integration.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • stdio transport support
- • authentication support
- • github integration
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• deno run --allow-env --allow-net --watch src/mod.ts
Notes / Requirements
- • Primary language: TypeScript
- • License: MIT
- • Documentation coverage: medium
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
wyattjoh/imessage-mcp
A Model Context Protocol (MCP) server for reading iMessage data from macOS, featuring message retrieval, chat listing, and contact management.
lharries/whatsapp-mcp
An MCP server for searching personal WhatsApp messages, contacts, and sending messages to individuals or groups.
line/line-bot-mcp-server
An MCP server for integrating LINE Official Accounts, built with TypeScript/JavaScript.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.