Server data from the Official MCP Registry
Add text or logo watermarks to images via the Markly.cloud API. Batch supported.
Add text or logo watermarks to images via the Markly.cloud API. Batch supported.
This is a well-structured MCP server that provides image watermarking through the Markly API. The server handles API authentication properly and includes reasonable error handling. There is one notable inconsistency between the source and compiled code regarding API key requirements. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MARKLY_API_KEY
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"
}
}
}From the project's GitHub README.
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.
| Tool | Description |
|---|---|
markly_watermark_text | Add a text watermark to an image via URL |
markly_watermark_logo | Add a logo watermark to an image via URL |
markly_batch_watermark | Watermark up to 20 images, get a ZIP |
markly_check_usage | Check API quota and usage stats (requires API key) |
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"
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"
}
}
}
}
| Variable | Required | Default |
|---|---|---|
MARKLY_API_KEY | No | - (anonymous free tier) |
MARKLY_API_URL | No | https://www.markly.cloud/api/v1 |
| Plan | Rate limit | Daily limit | Branded watermark |
|---|---|---|---|
| Anonymous | 5/min | 50/day | Yes ("markly.cloud") |
| Credit | 60/min | 1,000/day | No (while credits last) |
| Pro | 60/min | 1,000/day | No |
| Business | 120/min | 5,000/day | No |
Buy credits at markly.cloud/developers - starting at 250 credits for 5 EUR.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.