Skip to content
Zed

email mcp for Zed

io.github.codefuturist/email-mcp

IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.

client:Zed transport:stdio runtime:npm

Install email mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@codefuturist/email-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

email mcp in other clients