Odel
markly mcp server

markly mcp server

Local
@whitemarmot1TypeScriptMITUpdated 6mo ago

Add text or logo watermarks to images via the Markly.cloud API. Batch supported.

markly-mcp-server

MCP (Model Context Protocol) server for Markly.cloud - add watermarks to images via AI agents.

Works out of the box without an API key (free tier with branding). Add an API key to remove branding and increase limits.

Tools

ToolDescription
markly_watermark_textAdd a text watermark to an image via URL
markly_watermark_logoAdd a logo watermark to an image via URL
markly_batch_watermarkWatermark up to 20 images, get a ZIP
markly_check_usageCheck API quota and usage stats (requires API key)

Quick start (no API key needed)

Add to your Claude Desktop config or Claude Code settings:

{
  "mcpServers": {
    "markly": {
      "command": "npx",
      "args": ["-y", "markly-mcp-server"]
    }
  }
}

That's it. Ask your AI agent:

"Add 'Copyright 2026' as a watermark to this image: https://example.com/photo.jpg"

With an API key (optional)

Get an API key at markly.cloud/developers to remove the "markly.cloud" branding and get higher rate limits.

{
  "mcpServers": {
    "markly": {
      "command": "npx",
      "args": ["-y", "markly-mcp-server"],
      "env": {
        "MARKLY_API_KEY": "mkly_your_token_here"
      }
    }
  }
}

Environment variables

VariableRequiredDefault
MARKLY_API_KEYNo- (anonymous free tier)
MARKLY_API_URLNohttps://www.markly.cloud/api/v1

Plans

PlanRate limitDaily limitBranded watermark
Anonymous5/min50/dayYes ("markly.cloud")
Credit60/min1,000/dayNo (while credits last)
Pro60/min1,000/dayNo
Business120/min5,000/dayNo

Buy credits at markly.cloud/developers - starting at 250 credits for 5 EUR.

License

MIT


Protected by Copyright01
Protected by Copyright01 - Ref: CR-2026-33771 - Certified 2026-03-03