Back to Browse

Markly MCP Server

Developer ToolsLow Risk8.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

8.3
Low Risk8.3Low Risk

Valid MCP server (4 strong, 10 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved).

11 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Markly API key (optional - works without for free tier with branding)Required

Environment variable: MARKLY_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-whitemarmot-markly": {
      "env": {
        "MARKLY_API_KEY": "your-markly-api-key-here"
      },
      "args": [
        "-y",
        "markly-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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


Reviews

No reviews yet

Be the first to review this server!