mailbox-mcp
Rank #25,171io.github.jgalea/mailbox-mcp
Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.
mailbox-mcp is a Model Context Protocol (MCP) server published by jgalea. It ranks #25,171 of 115,591 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. mailbox-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Apr 20, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 90,420 of 115,591 servers on MCP Toplist.
Use mailbox-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mailbox-mcp -e "MAILBOX_MCP_PASSPHRASE=<your MAILBOX_MCP_PASSPHRASE>" -- npx -y mailbox-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mailbox-mcp]
command = "npx"
args = ["-y", "mailbox-mcp"]
[mcp_servers.mailbox-mcp.env]
MAILBOX_MCP_PASSPHRASE = "<your MAILBOX_MCP_PASSPHRASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailbox-mcp": {
"command": "npx",
"args": [
"-y",
"mailbox-mcp"
],
"env": {
"MAILBOX_MCP_PASSPHRASE": "<your MAILBOX_MCP_PASSPHRASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailbox-mcp": {
"command": "npx",
"args": [
"-y",
"mailbox-mcp"
],
"env": {
"MAILBOX_MCP_PASSPHRASE": "<your MAILBOX_MCP_PASSPHRASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mailbox-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mailbox-mcp"
],
"env": {
"MAILBOX_MCP_PASSPHRASE": "<your MAILBOX_MCP_PASSPHRASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailbox-mcp": {
"command": "npx",
"args": [
"-y",
"mailbox-mcp"
],
"env": {
"MAILBOX_MCP_PASSPHRASE": "<your MAILBOX_MCP_PASSPHRASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailbox-mcp": {
"command": "npx",
"args": [
"-y",
"mailbox-mcp"
],
"env": {
"MAILBOX_MCP_PASSPHRASE": "<your MAILBOX_MCP_PASSPHRASE>"
}
}
}
}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.jgalea%2Fmailbox-mcp)<a href="https://mcptoplist.com/server/io.github.jgalea%2Fmailbox-mcp"><img src="https://mcptoplist.com/badge/io.github.jgalea%2Fmailbox-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jgalea
Other servers by jgalea
View all jgalea servers →Available versions (1)
| Version | Published |
|---|---|
| 0.9.2 | Jun 17, 2026 |
Frequently asked questions
- Who maintains mailbox-mcp?
- mailbox-mcp is maintained by jgalea, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is mailbox-mcp listed on the Official MCP Registry?
- Yes — mailbox-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does mailbox-mcp have?
- MCP Toplist tracks 1 version of mailbox-mcp, most recently published on Jun 17, 2026.
- Where can I find the source code for mailbox-mcp?
- The source code for mailbox-mcp is hosted at github.com/jgalea/mailbox-mcp.