mcp server imap for Zed
io.github.aiwerk/mcp-server-imap
Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.
client:Zed
transport:stdio
runtime:npm
Install mcp server imap in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-imap": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<IMAP_HOST>",
"IMAP_USER": "<IMAP_USER>",
"IMAP_PASS": "<IMAP_PASS>",
"SMTP_HOST": "<SMTP_HOST>",
"SMTP_USER": "<SMTP_USER>",
"SMTP_PASS": "<SMTP_PASS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs