Loading MCP server directory, please wait...
Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).
npx @getmcp/cli add io.github.karljsamuel/mcp-eccRequires Node.js 18+. Community-contributed server. Review source before installing.
MCP_ENCRYPTION_KEYMaster key used to encrypt stored credentials (AES-256-GCM). Generate with: openssl rand -hex 32
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.karljsamuel/mcp-ecc": {
"command": "npx",
"args": [
"-y",
"mcp-ecc"
],
"env": {
"MCP_ENCRYPTION_KEY": ""
}
}
}
}