Skip to main content
CommunicationTypeScript

wyattjoh/jmap-mcp

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.

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/wyattjoh/jmap-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
wyattjoh