@aiwerk/mcp-server-imap
Rank #42,418io.github.AIWerk/mcp-server-imap
Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.
@aiwerk/mcp-server-imap is a Model Context Protocol (MCP) server published by aiwerk. It ranks #42,418 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. @aiwerk/mcp-server-imap is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 11, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 73,173 of 115,591 servers on MCP Toplist.
Use @aiwerk/mcp-server-imap
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-imap -e "IMAP_HOST=<your IMAP_HOST>" -e "IMAP_USER=<your IMAP_USER>" -e "IMAP_PASS=<your IMAP_PASS>" -e "SMTP_HOST=<your SMTP_HOST>" -e "SMTP_USER=<your SMTP_USER>" -e "SMTP_PASS=<your SMTP_PASS>" -- npx -y @aiwerk/mcp-server-imapReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-imap]
command = "npx"
args = ["-y", "@aiwerk/mcp-server-imap"]
[mcp_servers.mcp-server-imap.env]
IMAP_HOST = "<your IMAP_HOST>"
IMAP_USER = "<your IMAP_USER>"
IMAP_PASS = "<your IMAP_PASS>"
SMTP_HOST = "<your SMTP_HOST>"
SMTP_USER = "<your SMTP_USER>"
SMTP_PASS = "<your SMTP_PASS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-imap": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<your IMAP_HOST>",
"IMAP_USER": "<your IMAP_USER>",
"IMAP_PASS": "<your IMAP_PASS>",
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASS": "<your SMTP_PASS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-imap": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<your IMAP_HOST>",
"IMAP_USER": "<your IMAP_USER>",
"IMAP_PASS": "<your IMAP_PASS>",
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASS": "<your SMTP_PASS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-imap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<your IMAP_HOST>",
"IMAP_USER": "<your IMAP_USER>",
"IMAP_PASS": "<your IMAP_PASS>",
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASS": "<your SMTP_PASS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-imap": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<your IMAP_HOST>",
"IMAP_USER": "<your IMAP_USER>",
"IMAP_PASS": "<your IMAP_PASS>",
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASS": "<your SMTP_PASS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-imap": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<your IMAP_HOST>",
"IMAP_USER": "<your IMAP_USER>",
"IMAP_PASS": "<your IMAP_PASS>",
"SMTP_HOST": "<your SMTP_HOST>",
"SMTP_USER": "<your SMTP_USER>",
"SMTP_PASS": "<your SMTP_PASS>"
}
}
}
}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.AIWerk%2Fmcp-server-imap)<a href="https://mcptoplist.com/server/io.github.AIWerk%2Fmcp-server-imap"><img src="https://mcptoplist.com/badge/io.github.AIWerk%2Fmcp-server-imap.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
aiwerk
Other servers by aiwerk
- @aiwerk/mcp-server-wheel-size#34,751 · 1 ver
- Wise MCP Server#34,752 · 1 ver
- @aiwerk/mcp-server-vault#35,556 · 1 ver
- @aiwerk/mcp-server-bexio#38,685
- @aiwerk/mcp-server-cal#40,767 · 1 ver
- @aiwerk/mcp-server-clawhub#42,417 · 1 ver
- shopify#42,419 · 1 ver
- mcp-server-smallinvoice#47,444
- @aiwerk/mcp-server-ghl#51,665
- Google Maps MCP Server#64,260
- MCP Catalog#85,988
Available versions (1)
| Version | Published |
|---|---|
| 1.2.1 | Jun 24, 2026 |
Frequently asked questions
- Who maintains @aiwerk/mcp-server-imap?
- @aiwerk/mcp-server-imap is maintained by aiwerk, which publishes 12 MCP servers (7 total versions) tracked on MCP Toplist.
- Is @aiwerk/mcp-server-imap listed on the Official MCP Registry?
- Yes — @aiwerk/mcp-server-imap is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does @aiwerk/mcp-server-imap have?
- MCP Toplist tracks 1 version of @aiwerk/mcp-server-imap, most recently published on Jun 24, 2026.
- Where can I find the source code for @aiwerk/mcp-server-imap?
- The source code for @aiwerk/mcp-server-imap is hosted at github.com/aiwerk/mcp-server-imap.