MCP-Server---Unsub-Promo-Emails

abdulrehman-devs/MCP-Server---Unsub-Promo-Emails
★ 0 stars JavaScript Communication Updated 2d ago
Created an MCP server to autonomously unsubscribe all the promotional emails (one-click unsub) from gmail.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server---unsub-p": {
      "command": "npx",
      "args": [
        "-y",
        "abdulrehman-devs/MCP-Server---Unsub-Promo-Emails"
      ]
    }
  }
}