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.
Quick Start
Clone the repository:
git clone https://github.com/wyattjoh/jmap-mcpClaude Desktop configuration example:
{
"mcpServers": {
"jmap-mcp": {
"command": "npx",
"args": [
"-y",
"wyattjoh/jmap-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.