mailwarden
Rank #5,473io.github.csitte/mailwarden
Native Gmail MCP server: search, labels, archive, trash, attachments, and snooze.
mailwarden is a Model Context Protocol (MCP) server published by csitte. It ranks #5,473 of 103,541 servers tracked on MCP Toplist. mailwarden is listed across 2 registries — Official MCP and Glama, with 12 tracked versions. It was first listed on Jun 19, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 98,068 of 103,541 servers on MCP Toplist.
Use mailwarden
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mailwarden -e "MAILWARDEN_DIR=<your MAILWARDEN_DIR>" -e "MAILWARDEN_CREDENTIALS=<your MAILWARDEN_CREDENTIALS>" -e "MAILWARDEN_AUTO_SWEEP=<your MAILWARDEN_AUTO_SWEEP>" -e "MAILWARDEN_DOWNLOAD_DIR=<your MAILWARDEN_DOWNLOAD_DIR>" -- npx -y mailwardenReplace each placeholder with your own value before saving.
[mcp_servers.mailwarden]
command = "npx"
args = ["-y", "mailwarden"]
[mcp_servers.mailwarden.env]
MAILWARDEN_DIR = "<your MAILWARDEN_DIR>"
MAILWARDEN_CREDENTIALS = "<your MAILWARDEN_CREDENTIALS>"
MAILWARDEN_AUTO_SWEEP = "<your MAILWARDEN_AUTO_SWEEP>"
MAILWARDEN_DOWNLOAD_DIR = "<your MAILWARDEN_DOWNLOAD_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailwarden": {
"command": "npx",
"args": [
"-y",
"mailwarden"
],
"env": {
"MAILWARDEN_DIR": "<your MAILWARDEN_DIR>",
"MAILWARDEN_CREDENTIALS": "<your MAILWARDEN_CREDENTIALS>",
"MAILWARDEN_AUTO_SWEEP": "<your MAILWARDEN_AUTO_SWEEP>",
"MAILWARDEN_DOWNLOAD_DIR": "<your MAILWARDEN_DOWNLOAD_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailwarden": {
"command": "npx",
"args": [
"-y",
"mailwarden"
],
"env": {
"MAILWARDEN_DIR": "<your MAILWARDEN_DIR>",
"MAILWARDEN_CREDENTIALS": "<your MAILWARDEN_CREDENTIALS>",
"MAILWARDEN_AUTO_SWEEP": "<your MAILWARDEN_AUTO_SWEEP>",
"MAILWARDEN_DOWNLOAD_DIR": "<your MAILWARDEN_DOWNLOAD_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mailwarden": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mailwarden"
],
"env": {
"MAILWARDEN_DIR": "<your MAILWARDEN_DIR>",
"MAILWARDEN_CREDENTIALS": "<your MAILWARDEN_CREDENTIALS>",
"MAILWARDEN_AUTO_SWEEP": "<your MAILWARDEN_AUTO_SWEEP>",
"MAILWARDEN_DOWNLOAD_DIR": "<your MAILWARDEN_DOWNLOAD_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailwarden": {
"command": "npx",
"args": [
"-y",
"mailwarden"
],
"env": {
"MAILWARDEN_DIR": "<your MAILWARDEN_DIR>",
"MAILWARDEN_CREDENTIALS": "<your MAILWARDEN_CREDENTIALS>",
"MAILWARDEN_AUTO_SWEEP": "<your MAILWARDEN_AUTO_SWEEP>",
"MAILWARDEN_DOWNLOAD_DIR": "<your MAILWARDEN_DOWNLOAD_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailwarden": {
"command": "npx",
"args": [
"-y",
"mailwarden"
],
"env": {
"MAILWARDEN_DIR": "<your MAILWARDEN_DIR>",
"MAILWARDEN_CREDENTIALS": "<your MAILWARDEN_CREDENTIALS>",
"MAILWARDEN_AUTO_SWEEP": "<your MAILWARDEN_AUTO_SWEEP>",
"MAILWARDEN_DOWNLOAD_DIR": "<your MAILWARDEN_DOWNLOAD_DIR>"
}
}
}
}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.csitte%2Fmailwarden)<a href="https://mcptoplist.com/server/io.github.csitte%2Fmailwarden"><img src="https://mcptoplist.com/badge/io.github.csitte%2Fmailwarden.svg" alt="MCP Toplist: Top 10% of 103,541" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
csitte
Available versions (12)
| Version | Published |
|---|---|
| 0.9.0 | Aug 13, 2026 |
| 0.8.0 | Aug 11, 2026 |
| 0.7.0 | Aug 10, 2026 |
| 0.6.1 | Aug 9, 2026 |
| 0.6.0 | Aug 7, 2026 |
| 0.5.0 | Aug 6, 2026 |
| 0.4.0 | Aug 4, 2026 |
| 0.3.0 | Aug 3, 2026 |
| 0.2.0 | Aug 2, 2026 |
| 0.1.10 | Jul 25, 2026 |
| 0.1.9 | Jul 24, 2026 |
| 0.1.5 | Jul 20, 2026 |
Frequently asked questions
- Who maintains mailwarden?
- mailwarden is maintained by csitte, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is mailwarden listed on the Official MCP Registry?
- Yes — mailwarden is listed on the Official MCP Registry, alongside Glama.
- How many versions does mailwarden have?
- MCP Toplist tracks 12 versions of mailwarden, most recently published on Aug 13, 2026.
- Where can I find the source code for mailwarden?
- The source code for mailwarden is hosted at github.com/csitte/mailwarden.