mcp-ecc
Rank #3,912io.github.karljsamuel/mcp-ecc
Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).
mcp-ecc is a Model Context Protocol (MCP) server published by karljsamuel. It ranks #3,912 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. mcp-ecc is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 10, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 128,134 of 132,046 servers on MCP Toplist.
Use mcp-ecc
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-ecc -e "MCP_ENCRYPTION_KEY=<your MCP_ENCRYPTION_KEY>" -- npx -y mcp-eccReplace each placeholder with your own value before saving.
[mcp_servers.mcp-ecc]
command = "npx"
args = ["-y", "mcp-ecc"]
[mcp_servers.mcp-ecc.env]
MCP_ENCRYPTION_KEY = "<your MCP_ENCRYPTION_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ecc": {
"command": "npx",
"args": [
"-y",
"mcp-ecc"
],
"env": {
"MCP_ENCRYPTION_KEY": "<your MCP_ENCRYPTION_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ecc": {
"command": "npx",
"args": [
"-y",
"mcp-ecc"
],
"env": {
"MCP_ENCRYPTION_KEY": "<your MCP_ENCRYPTION_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-ecc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ecc"
],
"env": {
"MCP_ENCRYPTION_KEY": "<your MCP_ENCRYPTION_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ecc": {
"command": "npx",
"args": [
"-y",
"mcp-ecc"
],
"env": {
"MCP_ENCRYPTION_KEY": "<your MCP_ENCRYPTION_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ecc": {
"command": "npx",
"args": [
"-y",
"mcp-ecc"
],
"env": {
"MCP_ENCRYPTION_KEY": "<your MCP_ENCRYPTION_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.karljsamuel%2Fmcp-ecc)<a href="https://mcptoplist.com/server/io.github.karljsamuel%2Fmcp-ecc"><img src="https://mcptoplist.com/badge/io.github.karljsamuel%2Fmcp-ecc.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
karljsamuel
Available versions (4)
| Version | Published |
|---|---|
| 0.6.0 | Sep 10, 2026 |
| 0.5.1 | Sep 8, 2026 |
| 0.5.0-beta.1 | Sep 8, 2026 |
| 0.4.0-beta.1 | Sep 1, 2026 |
Frequently asked questions
- Who maintains mcp-ecc?
- mcp-ecc is maintained by karljsamuel, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is mcp-ecc listed on the Official MCP Registry?
- Yes — mcp-ecc is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-ecc have?
- MCP Toplist tracks 4 versions of mcp-ecc, most recently published on Sep 10, 2026.
- Where can I find the source code for mcp-ecc?
- The source code for mcp-ecc is hosted at github.com/karljsamuel/mcp-ecc.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.