Stamp it - Apply a full-screen watermark to an image
@LiuHao-1443
About Stamp it - Apply a full-screen watermark to an image
A lightweight MCP component for adding text watermarks to pictures.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"stampit": {
"command": "uvx",
"args": [
"mcp-stampit"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Stamp it - Apply a full-screen watermark to an image?
Stamp it is a professional image watermarking service built with FastMCP that supports both text and image watermarks with intelligent color adaptation. It is designed for users who need to apply full-screen, high-density watermarks to local image files.
How to use Stamp it - Apply a full-screen watermark to an image?
Configure the MCP server in a client like Cherry Studio or Cursor using the command uvx mcp-stampit, or run it standalone with python main.py. Two tools are available: add_text_watermark (takes image_path, watermark_text, optional angle) and add_image_watermark (takes image_path, watermark_image_path, optional angle).
Key features of Stamp it - Apply a full-screen watermark to an image?
- Dual watermark modes (text and image)
- Smart adaptive color selection based on brightness
- Tilted watermark effects with customizable angle
- Multi-language support (Chinese, English, Japanese, Korean)
- High-density coverage with staggered arrangement
- Auto-save in the same directory as original image
- Supports JPEG, PNG, GIF, BMP, TIFF, WebP formats
Use cases of Stamp it - Apply a full-screen watermark to an image?
- Add copyright text to personal vacation photos
- Apply company logo watermark to product images
- Mark documents as “Confidential” with angled text
- Add brand watermark to marketing images in batch
- Protect images shared publicly with a visible watermark overlay
FAQ from Stamp it - Apply a full-screen watermark to an image?
What image formats are supported?
JPEG, PNG, GIF, BMP, TIFF, and WebP — all can be read and saved with compression optimization.
What dependencies are required?
The server requires fastmcp and pillow Python packages, installable via uv pip install fastmcp pillow.
Where are watermarked images saved?
They are automatically saved in the same directory as the original image with a _watermark suffix added to the filename.
What transport does the MCP server use?
The server runs on STDIO transport, as shown in the startup log.
Can I customize the watermark angle?
Yes, the default tilt angle is 30° (upward right) and can be changed via the optional angle parameter in both tools.
More Media & Design MCP servers
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
Comments