MCP.so
ログイン

Watermark MCP Server

@mang0cola

Watermark MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

mang0cola

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "watermark-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "<WATERMARK_MCP_SERVER_ABSOLUTE_PATH>",
        "run",
        "-m",
        "server"
      ]
    }
  }
}

ツール

2

add text watermark to picture

add image watermark to picture

概要

What is Watermark MCP Server?

A Model Context Protocol (MCP) server that adds text or image watermarks to pictures, designed for integration with MCP clients like Claude or CherryStudio.

How to use Watermark MCP Server?

Clone the repository, create a virtual environment with uv venv, install dependencies with uv pip install -r pyproject.toml, then configure your MCP client with a JSON entry pointing the uv command to the server directory. Two tools are available: add_text_watermark and add_image_watermark.

Key features of Watermark MCP Server

  • Add text watermark with custom font, size, color, transparency, and position.
  • Add image watermark with custom image, transparency, and position.
  • Supports any input and output image file paths.
  • Integrates with MCP clients via stdio transport.

Use cases of Watermark MCP Server

FAQ from Watermark MCP Server

コメント

「その他」の他のコンテンツ