GeminiWatermarkRemover
Verified Safeby Hooryo
Overview
Effortlessly remove Gemini AI watermarks from images using client-side processing.
Installation
python -m http.server 8000Security Notes
The application is entirely client-side, meaning no user image data is uploaded to a server, significantly reducing backend security risks. The core logic runs in the user's browser. It loads ONNX Runtime and the LaMa AI model from external CDNs (cdn.jsdelivr.net, huggingface.co), which are generally reputable sources, but introduce a supply-chain risk if those sources were compromised. The code itself contains no 'eval' or obvious malicious patterns, and no hardcoded secrets.
Similar Servers
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
nanobanana-api-mcp
An MCP server providing image generation and editing capabilities via the Google Gemini API, integrable with various AI coding assistants and IDEs.
ultimate-image-gen-mcp
A professional MCP server for Google's Gemini 3 Pro Image Preview, enabling state-of-the-art image generation with advanced reasoning, high-resolution output (1K-4K), up to 14 reference images, Google Search grounding, and automatic thinking mode.
gemini-image-mcp-server
Generates and edits images using Google Gemini AI, offering both an MCP server and a command-line interface.