mcp ecc for Gemini CLI
io.github.karljsamuel/mcp-ecc
Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp ecc in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-ecc": {
"command": "npx",
"args": [
"-y",
"mcp-ecc"
],
"env": {
"MCP_ENCRYPTION_KEY": "<MCP_ENCRYPTION_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs