Mailwarden runs on your own machine — the client starts it, so there is no endpoint to ping. 323 installs a week from npm. Last commit 20 Sep 2026.
Gmail MCP server for email triage: search, labels, archive, trash, unsubscribe, snooze.
We read the source, 14 h ago · rules 3dff92dd89df
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.
spawn(cmd, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add mailwarden -- npx -y mailwarden
{
"mcpServers": {
"mailwarden": {
"args": [
"-y",
"mailwarden"
],
"command": "npx"
}
}
}
[mcp_servers.mailwarden]
command = "npx"
args = ["-y", "mailwarden"]
{
"mcpServers": {
"mailwarden": {
"args": [
"-y",
"mailwarden"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mailwarden": {
"args": [
"-y",
"mailwarden"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MAILWARDEN_DIR (Config directory (default ~/.mailwarden), holds credentials.json and token.json), MAILWARDEN_CREDENTIALS (Path to the Google OAuth credentials.json (Desktop app client)), MAILWARDEN_AUTO_SWEEP (Set to 1 to sweep due snoozes at startup and hourly while running), MAILWARDEN_DOWNLOAD_DIR (Restrict download_attachment writes to this directory (recommended for HTTP hosting)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.
Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.
Gmail MCP server — send, read, and search email. By Strider Labs.
A MCP server for Gmail that lets you search, read, and draft emails and replies.
Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.
A MCP server for Outlook email that lets you search, read, and draft emails and replies.
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Multi-account Gmail MCP server — read, search, draft, and label across every inbox.
Answers built from our own checks of this server.