mcpbeat Sign in

MCP Ecc MCP Server

by karljsamuel Your server? Claim it
local only

MCP Ecc runs on your own machine — the client starts it, so there is no endpoint to ping. 282 installs a week from npm. Last commit 10 Sep 2026.

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

Installs per day peak 223 · avg 9
a month agotoday
282
Installs / week
npm · mcp-ecc
3
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command packages/cli/src/bin.ts:1148
      const child = spawn(process.execPath, [process.argv[1], ...argv], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-ecc -- npx -y mcp-ecc
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ecc": {
      "args": [
        "-y",
        "mcp-ecc"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-ecc]
command = "npx"
args = ["-y", "mcp-ecc"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ecc": {
      "args": [
        "-y",
        "mcp-ecc"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-ecc": {
      "args": [
        "-y",
        "mcp-ecc"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_ENCRYPTION_KEY (Master key used to encrypt stored credentials (AES-256-GCM). Generate with: openssl rand -hex 32). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Ecc

same job, measured the same way
Google Workspace
by mindstone

Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more

147 installs/wk local only
I
Workspace MCP
by taylorwilsdon

Google Workspace MCP server for Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Chat.

27 360 installs/wk local only
CalendarMCP
by calendarmcp

Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

answering
Google MCP
by matiasbattocchia

Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

answering
Google Calendar MCP
by a1-x-tech

MCP server for the Google Calendar API: events, recurrence, invitations, availability, calendars.

50 installs/wk local only
Google Trends
by pipeworx-io

MCP server for google-trends

37 tools answering
Google Contacts MCP
by a1-x-tech

MCP server for the Google People API: search, create, update and delete contacts and groups.

42 installs/wk local only
MCP Gee Sweet
by khuisman

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

local only

MCP Ecc — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Ecc?
MCP Ecc runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-ecc was installed 282 times last week.
How do I connect MCP Ecc?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-ecc straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Ecc?
The npm package mcp-ecc was installed 282 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Ecc open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.