mcpbeat Sign in

Gigamail MCP Server

local only

Gigamail runs on your own machine — the client starts it, so there is no endpoint to ping. 454 installs a week from pypi. Last commit 1 Sep 2026.

Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.

Installs per day peak 361 · avg 105 · -13% w/w
a month agotoday
454
Installs / week
pypi · gigamail
2
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 13 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.

    serverProcess = spawn(pythonPath, [
Runs an external command src/ade_mail_agent/agent_bridge.py:102, [пакет] src/ade_mail_agent/agent_bridge.py:102, src/ade_mail_agent/http_api.py:1066 и ещё 3
        proc = subprocess.run(
Builds a file path from a variable console/main.js:605, [пакет] console/main.js:605
    const filePath = path.join(dir, safe);
Page executes code built at runtime console/calendar_window.html:455, console/mail_window.html:260, console/new_mail_window.html:264 и ещё 5
  list.innerHTML = filtered.map(e => {
_API = "https://api.telegram.org/bot{token}/{method}"
Dumps the whole environment src/ade_mail_agent/http_api.py:1070, [пакет] src/ade_mail_agent/http_api.py:1070, [пакет] src/ade_mail_agent/core/desktop_notify.py:252 и ещё 1
        env=dict(os.environ), **kwargs)

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 gigamail -- uvx gigamail
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gigamail": {
      "args": [
        "gigamail"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gigamail]
command = "uvx"
args = ["gigamail"]
.cursor/mcp.json
{
  "mcpServers": {
    "gigamail": {
      "args": [
        "gigamail"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gigamail": {
      "args": [
        "gigamail"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Gigamail

same job, measured the same way
Agent Inbox
by clize

A real email inbox for AI agents: human-approved sends, untrusted-by-default inbound.

local only
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

46 installs/wk local only
Epinu
by epinu

Agent-first marketplace for real-world assets — agro and energy first; humans approve every write.

5 tools answering
Calendarmcp
by aernouddekker

MCP server for macOS Calendar.app — calendar and event management via AppleScript

28 installs/wk local only
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

240 installs/wk local only
Killbottleneck
by killbottleneck

Goal and process maps for humans and AI agents on your own server.

451 installs/wk local only
namailu.cz Agent Email
by namailu

namailu.cz gives your AI agent its own email inbox: read and send mail over MCP, with OAuth.

answering
Aruba Email & Calendar
by jackfioru92

MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV

92 installs/wk local only

Gigamail — questions

Answers built from our own checks of this server.

Why is there no uptime for Gigamail?
Gigamail 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 pypi package gigamail was installed 454 times last week.
How do I connect Gigamail?
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 gigamail straight from pypi; nothing to host, nothing to sign up for.
How many people use Gigamail?
The pypi package gigamail was installed 454 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gigamail open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 2 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.