🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

markly-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markly-mcp-server

MCP Server for Markly.cloud - watermark images via AI agents

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
63
10.53%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

mcp

FAQs

Package last updated on 04 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts