← Back to Plugins
MCP Server MCP

io.github.csitte/mailwarden

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mailwarden",
      "version": "0.14.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Config directory (default ~/.mailwarden), holds credentials.json and token.json",
          "name": "MAILWARDEN_DIR"
        },
        {
          "description": "Path to the Google OAuth credentials.json (Desktop app client)",
          "name": "MAILWARDEN_CREDENTIALS"
        },
        {
          "description": "Set to 1 to sweep due snoozes at startup and hourly while running",
          "name": "MAILWARDEN_AUTO_SWEEP"
        },
        {
          "description": "Restrict download_attachment writes to this directory (recommended for HTTP hosting)",
          "name": "MAILWARDEN_DOWNLOAD_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...