Skip to content
Windsurf

mcp server imap for Windsurf

io.github.aiwerk/mcp-server-imap

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

client:Windsurf transport:stdio runtime:npm

Install mcp server imap in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp server imap in other clients