IMAP MCP Server
Rank #1,896io.github.nikolausm/imap-mcp-server
IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants
IMAP MCP Server is a Model Context Protocol (MCP) server published by nikolausm. It ranks #1,896 of 115,460 servers tracked on MCP Toplist, and its repository has 86 GitHub stars. IMAP MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Dec 18, 2025 and most recently updated on Aug 4, 2026.
Ranks ahead of 113,564 of 115,460 servers on MCP Toplist.
Use IMAP MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add imap-mcp-server -- npx -y imap-mcp-server[mcp_servers.imap-mcp-server]
command = "npx"
args = ["-y", "imap-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"imap-mcp-server": {
"command": "npx",
"args": [
"-y",
"imap-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"imap-mcp-server": {
"command": "npx",
"args": [
"-y",
"imap-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"imap-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"imap-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"imap-mcp-server": {
"command": "npx",
"args": [
"-y",
"imap-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"imap-mcp-server": {
"command": "npx",
"args": [
"-y",
"imap-mcp-server"
]
}
}
}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.nikolausm%2Fimap-mcp-server)<a href="https://mcptoplist.com/server/io.github.nikolausm%2Fimap-mcp-server"><img src="https://mcptoplist.com/badge/io.github.nikolausm%2Fimap-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nikolausm
Other servers by nikolausm
- sevdesk MCP Server#23,807
- n8n MCP Server#39,400
- Leonardo AI MCP Server#47,130
- Hugging Face MCP Server#71,452
- PDF.co MCP Server#71,785
- Unity MCP Server#71,958
Available versions (3)
| Version | Published |
|---|---|
| 1.6.0 | Aug 4, 2026 |
| 1.4.0 | Jun 27, 2026 |
| 1.2.4 | Jun 4, 2026 |
Frequently asked questions
- Who maintains IMAP MCP Server?
- IMAP MCP Server is maintained by nikolausm, which publishes 7 MCP servers (3 total versions) tracked on MCP Toplist.
- Is IMAP MCP Server listed on the Official MCP Registry?
- Yes — IMAP MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does IMAP MCP Server have?
- MCP Toplist tracks 3 versions of IMAP MCP Server, most recently published on Aug 4, 2026.
- Where can I find the source code for IMAP MCP Server?
- The source code for IMAP MCP Server is hosted at github.com/nikolausm/imap-mcp-server.