Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp server imap in other clients