@aiwerk/mcp-server-imap
Rank #27,146io.github.AIWerk/mcp-server-imap
Universal IMAP/SMTP MCP server that works with any email provider, providing tools to read, search, send, and manage emails.
@aiwerk/mcp-server-imap is a Model Context Protocol (MCP) server published by aiwerk. It ranks #27,146 of 76,851 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 49,705 of 76,851 servers on MCP Toplist.
Use @aiwerk/mcp-server-imap
Add @aiwerk/mcp-server-imap to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.
Listed on 3 registries
aiwerk
Other servers by aiwerk
- Bitwarden#27,147 · 1 ver
- @aiwerk/mcp-server-wheel-size#30,007 · 1 ver
- Wise MCP Server#30,008 · 1 ver
- ClawHub#31,296 · 1 ver
- shopify#31,297 · 1 ver
- @aiwerk/mcp-server-cal#38,200
- MCP Catalog#58,346
- mcp-server-smallinvoice#62,043
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 9 MCP servers (6 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.