jmap-mcp

wyattjoh/jmap-mcp
★ 166 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jmap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wyattjoh/jmap-mcp"
      ]
    }
  }
}