Odel
mcp ecc

mcp ecc

Local
@karljsamuelTypeScriptMITUpdated 6 days ago

Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-eccv0.4.0-beta.1

Run

npx -y mcp-ecc

MCP client config

{
  "mcpServers": {
    "mcp-ecc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ecc"
      ]
    }
  }
}