CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Markly

whitemarmot/markly-mcp-server
1authSTDIOregistry active
Summary

Connects Claude to the Markly.cloud API for adding text or logo watermarks to images. You get four tools: single text watermark, single logo watermark, batch processing up to 20 images with ZIP output, and usage checking. Works immediately without an API key on a free tier that adds Markly branding, or bring your own key to remove branding and bump rate limits from 5 to 60+ requests per minute depending on your plan. Useful when you need to programmatically brand image assets, protect photos in bulk, or let an agent handle watermarking workflows without manual uploads.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MARKLY_API_KEYsecret

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

Registryactive
Packagemarkly-mcp-server
TransportSTDIO
AuthRequired
UpdatedMar 4, 2026
View on GitHub