mcpbeat Sign in

Markly MCP Server

local only

Markly runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 10 Mar 2026.

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

Installs per day peak 25 · avg 9 · +40% w/w
a month agotoday
41
Installs / week
npm · markly-mcp-server
1
Stars
0 open issues
10 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Markly every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add markly -- npx -y markly-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "markly": {
      "args": [
        "-y",
        "markly-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.markly]
command = "npx"
args = ["-y", "markly-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "markly": {
      "args": [
        "-y",
        "markly-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "markly": {
      "args": [
        "-y",
        "markly-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MARKLY_API_KEY (Your Markly API key (optional - works without for free tier with branding)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Markly

same job, measured the same way
Claudeclear MCP
by aidevelopers2

Remove the Claude text watermark by rewriting text, and strip C2PA/EXIF metadata from images.

32 installs/wk local only
Gandr MCP
by gandr-ai

Text to speech for MCP clients. 23 languages, six voices, every render watermarked.

214 installs/wk local only
Promptready MCP
by hydrojwh

Convert PDF/CSV to Markdown with AI-powered OCR via the PromptReady cloud API.

983 installs/wk local only
AI Watermark Remover
by alik472

Remove watermarks and overlays from images the user owns or has permission to edit.

answering
Langbly Translation
by langbly

Translate text or HTML, detect languages, and list supported languages with Langbly.

answering
Ocrspace
by pipeworx-io

OCR.space MCP — wraps the OCR.space API (ocr.space) for image/PDF → text OCR.

32 tools answering
Clocknext
by clocknext

Meter usage and manage usage-based billing from AI tools via the ClockNext API.

396 installs/wk local only
ClockNext
by clocknext

Meter usage and manage usage-based billing from AI tools via the ClockNext API.

local only

Markly — questions

Answers built from our own checks of this server.

Why is there no uptime for Markly?
Markly runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package markly-mcp-server was installed 41 times last week.
How do I connect Markly?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls markly-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Markly?
The npm package markly-mcp-server was installed 41 times in the last week. Week over week that is +40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Markly open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.