Loading MCP server directory, please wait...
Email management via JMAP — mailboxes, messages, identities, and Sieve scripts
npx @getmcp/cli add io.github.mikluko/jmap-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
JMAP_SESSION_URLJMAP session endpoint URL (e.g. https://api.fastmail.com/jmap/session)
JMAP_AUTH_TOKENJMAP bearer token for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mikluko/jmap-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"JMAP_SESSION_URL",
"-e",
"JMAP_AUTH_TOKEN",
"ghcr.io/mikluko/jmap-mcp:0.10.0"
],
"env": {
"JMAP_SESSION_URL": "",
"JMAP_AUTH_TOKEN": ""
}
}
}
}