Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp ecc in other clients