mcpbeat Sign in

agentmailkit MCP Server

local only

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

Run scheduled LLM-written email digests from local files and feeds. Local-first MCP server.

Installs per day peak 677 · avg 43 · +2941% w/w
a month agotoday
1 125
Installs / week
pypi · agentmailkit
1
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
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.

    lines = ["# agentmailkit - add to `crontab -e`"]
Runs an external command src/agentmailkit/models/builtin.py:48, src/agentmailkit/sources/builtin.py:62, [пакет] src/agentmailkit/models/builtin.py:48 и ещё 1
    out = subprocess.run(cmd, capture_output=True, text=True, timeout=int(ctx.job.options.get("timeout", 900)))
            __import__(f"{__package__}.{mod}")
    out = subprocess.run(arg, shell=True, cwd=str(ctx.config.root),

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

Alternatives to agentmailkit

same job, measured the same way
Slack
by mindstone

Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages

94 installs/wk local only
mail-index
by unsoldgroup

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

107 installs/wk local only
mail-index
by alunsoldantarctica

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

local only
Shipmail MCP
by shipmail-to

Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

305 installs/wk answering
CAI MCP
by cailab-hk

CAI MCP server — gives AI agents a custodial wallet, @cai.com email, and vault.

local only
Webhook.site MCP Server
by zebbern

Capture HTTP, email, and DNS callbacks with webhook.site from MCP clients.

279 installs/wk local only
MCP Emails
by mcpemails

Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

answering
Mimecast
by wyre-technology

MCP server for Mimecast email security: message queue, held messages, domains, and threats.

local only

agentmailkit — questions

Answers built from our own checks of this server.

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