← All servers

mailwarden

io.github.csitte/mailwarden v0.1.6
Official Registry search git communication

Native Gmail MCP server: search, labels, archive, trash, attachments, and snooze.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add mailwarden -- npx -y mailwarden
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mailwarden": {
      "command": "npx",
      "args": [
        "-y",
        "mailwarden"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "mailwarden": {
      "command": "npx",
      "args": [
        "-y",
        "mailwarden"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mailwarden": {
      "command": "npx",
      "args": [
        "-y",
        "mailwarden"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "mailwarden": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mailwarden"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "mailwarden": {
      "command": "npx",
      "args": [
        "-y",
        "mailwarden"
      ]
    }
  }
}

Packages

npm mailwarden@0.1.6

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.csitte--mailwarden/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent