Skip to content
Cline

mailwarden for Cline

io.github.csitte/mailwarden

Gmail MCP server for email triage: search, labels, archive, trash, unsubscribe, snooze.

client:Cline transport:stdio runtime:npm

Install mailwarden in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mailwarden": {
      "command": "npx",
      "args": [
        "-y",
        "mailwarden"
      ],
      "env": {
        "MAILWARDEN_DIR": "<MAILWARDEN_DIR>",
        "MAILWARDEN_CREDENTIALS": "<MAILWARDEN_CREDENTIALS>",
        "MAILWARDEN_AUTO_SWEEP": "<MAILWARDEN_AUTO_SWEEP>",
        "MAILWARDEN_DOWNLOAD_DIR": "<MAILWARDEN_DOWNLOAD_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mailwarden in other clients