markly-mcp-server
Enables AI agents to add text or logo watermarks to images via URL, batch watermark up to 20 images, and check usage, with a free tier available.
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
| 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) |
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
| Variable | Required | Default |
|---|---|---|
MARKLY_API_KEY |
No | - (anonymous free tier) |
MARKLY_API_URL |
No | https://www.markly.cloud/api/v1 |
Plans
| 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.
License
MIT
<p align="center"> <a href="https://www.copyright01.com/certificat/020DC4B654698B93E61ECAD7031B5979"> <img src="https://www.copyright01.com/badge/020DC4B654698B93E61ECAD7031B5979.svg" alt="Protected by Copyright01" /> </a> <br> <sub>Protected by <a href="https://www.copyright01.com">Copyright01</a> - Ref: CR-2026-33771 - Certified 2026-03-03</sub> </p>
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.