Agent Plugins Marketplace
All plugins

mailwarden

Gmail MCP server for inbox triage: search with re-verified results, labels, archive/trash, mailbox-side snooze, triage digest, RFC 8058 unsubscribe. No send tools by design. Runs locally via npx; one-time `npx mailwarden --auth` connects your account.

Claude Code1 Skill1 MCP serverstdio

By C.Sitte SoftwaretechnikLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mailwarden@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/csitte/mailwarden

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

mailwarden/
├── .claude-plugin/plugin.json
├── skills/setup/SKILL.md
└── .mcp.json

Included Skills1

setupskills/setup/SKILL.md

Connect Gmail to Claude via mailwarden — walk the user through the one-time Google Cloud OAuth setup, `npx mailwarden --auth`, and verify with `npx mailwarden --check`. Use when the user wants to set up or repair mailwarden, when a mailwarden tool fails with "Not authorized yet", "Cannot read OAuth credentials", "invalid_grant" or "missing a Gmail scope", or when they ask how to connect a second Gmail account.

MCP servers1

mailwardenstdio
command
npx
args
-y mailwarden

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "mailwarden",
  "displayName": "mailwarden — Gmail triage (no send)",
  "description": "Gmail MCP server for inbox triage: search with re-verified results, labels, archive/trash, mailbox-side snooze, triage digest, RFC 8058 unsubscribe. No send tools by design. Runs locally via npx; one-time `npx mailwarden --auth` connects your account.",
  "author": {
    "name": "C.Sitte Softwaretechnik",
    "url": "https://www.csitte.at/mailwarden/"
  },
  "homepage": "https://github.com/csitte/mailwarden#readme",
  "repository": "https://github.com/csitte/mailwarden",
  "license": "MIT",
  "keywords": [
    "gmail",
    "email",
    "mcp",
    "snooze",
    "triage",
    "unsubscribe",
    "inbox",
    "no-send"
  ],
  "mcpServers": {
    "mailwarden": {
      "command": "npx",
      "args": [
        "-y",
        "mailwarden"
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mailwarden on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mailwarden)