mbox-mcp
Rank #32,493io.github.arose26/mbox-mcp
Search local email archives (.mbox/.eml) entirely on your machine. No OAuth, no cloud.
mbox-mcp is a Model Context Protocol (MCP) server published by arose26. It ranks #32,493 of 115,460 servers tracked on MCP Toplist. mbox-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 14, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 82,967 of 115,460 servers on MCP Toplist.
Use mbox-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mbox-mcp -- npx -y mbox-mcp[mcp_servers.mbox-mcp]
command = "npx"
args = ["-y", "mbox-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mbox-mcp": {
"command": "npx",
"args": [
"-y",
"mbox-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mbox-mcp": {
"command": "npx",
"args": [
"-y",
"mbox-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mbox-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mbox-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mbox-mcp": {
"command": "npx",
"args": [
"-y",
"mbox-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mbox-mcp": {
"command": "npx",
"args": [
"-y",
"mbox-mcp"
]
}
}
}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.arose26%2Fmbox-mcp)<a href="https://mcptoplist.com/server/io.github.arose26%2Fmbox-mcp"><img src="https://mcptoplist.com/badge/io.github.arose26%2Fmbox-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
arose26
Other servers by arose26
- bank-of-canada-mcp#32,491 · 1 ver
- gguf-mcp#32,492 · 1 ver
- statcan-mcp#32,494 · 1 ver
- xlsx-audit-mcp#37,129 · 1 ver
- zapier-dev-mcp#37,130 · 1 ver
- make-audit-mcp#41,499 · 1 ver
- zapier-discovery-mcp#41,500 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 14, 2026 |
Frequently asked questions
- Who maintains mbox-mcp?
- mbox-mcp is maintained by arose26, which publishes 8 MCP servers (8 total versions) tracked on MCP Toplist.
- Is mbox-mcp listed on the Official MCP Registry?
- Yes — mbox-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does mbox-mcp have?
- MCP Toplist tracks 1 version of mbox-mcp, most recently published on Aug 14, 2026.
- Where can I find the source code for mbox-mcp?
- The source code for mbox-mcp is hosted at github.com/arose26/mbox-mcp.