gemini-watermark-remover (MCP Server)

GitHub

A high-performance, 100% client-side tool for removing Gemini AI image & video watermarks. Built with pure JavaScript using mathematically precise Reverse Alpha Blending. / 基于 JavaScript 的纯浏览器端 Gemini AI 图像和视频无损去水印工具,使用数学精确的反向 Alpha 混合算法

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "gemini-watermark-remover": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gemini-watermark-remover"
      ]
    }
  }
}