mail-index
Rank #7,575io.github.unsoldgroup/mail-index
Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.
mail-index is a Model Context Protocol (MCP) server published by unsoldgroup. It ranks #7,575 of 103,541 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. mail-index is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jun 17, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 95,966 of 103,541 servers on MCP Toplist.
Use mail-index
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mail-index -- npx -y -p mail-index mail-index-mcp mail-index[mcp_servers.mail-index]
command = "npx"
args = ["-y", "-p", "mail-index", "mail-index-mcp", "mail-index"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mail-index": {
"command": "npx",
"args": [
"-y",
"-p",
"mail-index",
"mail-index-mcp",
"mail-index"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mail-index": {
"command": "npx",
"args": [
"-y",
"-p",
"mail-index",
"mail-index-mcp",
"mail-index"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mail-index": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"-p",
"mail-index",
"mail-index-mcp",
"mail-index"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mail-index": {
"command": "npx",
"args": [
"-y",
"-p",
"mail-index",
"mail-index-mcp",
"mail-index"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mail-index": {
"command": "npx",
"args": [
"-y",
"-p",
"mail-index",
"mail-index-mcp",
"mail-index"
]
}
}
}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.unsoldgroup%2Fmail-index)<a href="https://mcptoplist.com/server/io.github.unsoldgroup%2Fmail-index"><img src="https://mcptoplist.com/badge/io.github.unsoldgroup%2Fmail-index.svg" alt="MCP Toplist: Top 10% of 103,541" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
unsoldgroup
Other servers by unsoldgroup
View all unsoldgroup servers →Available versions (2)
| Version | Published |
|---|---|
| 1.5.1 | Aug 5, 2026 |
| 1.0.0 | Jun 17, 2026 |
Frequently asked questions
- Who maintains mail-index?
- mail-index is maintained by unsoldgroup, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is mail-index listed on the Official MCP Registry?
- Yes — mail-index is listed on the Official MCP Registry, alongside Glama.
- How many versions does mail-index have?
- MCP Toplist tracks 2 versions of mail-index, most recently published on Aug 5, 2026.
- Where can I find the source code for mail-index?
- The source code for mail-index is hosted at github.com/unsoldgroup/mail-index.