mcpbeat Sign in

Claudeclear MCP Server

local only

Claudeclear MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 20 Aug 2026.

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

Installs per day peak 116 · avg 4
a month agotoday
38
Installs / week
npm · claudeclear-mcp
0
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Claudeclear MCP 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 claudeclear-mcp -- npx -y claudeclear-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claudeclear-mcp": {
      "args": [
        "-y",
        "claudeclear-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.claudeclear-mcp]
command = "npx"
args = ["-y", "claudeclear-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "claudeclear-mcp": {
      "args": [
        "-y",
        "claudeclear-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "claudeclear-mcp": {
      "args": [
        "-y",
        "claudeclear-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Claudeclear MCP

same job, measured the same way
Exiftool
by joshmsimpson

Read, write, and remove metadata from 150+ file formats using ExifTool

88 installs/wk local only
AI Watermark Remover
by alik472

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

answering
PDF Reader
by xvvln

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

85 installs/wk local only
C
ExactPDF
by exactpdf

Agent-facing PDF API: merge, split, rotate, compress, images, metadata, text, and Markdown.

227 installs/wk local only
Imdb
by pipeworx-io

IMDB MCP — title metadata, ratings, episodes, and crew from IMDB's

35 tools answering
I
Content Credentials (C2PA)
by contentauth

Read and verify Content Credentials (C2PA) from images and media using the c2pa Rust SDK

local only
Image Resize Convert Compress Crop
by bestremotetools

Resize, convert, compress, crop and watermark images from chat, with a real byte count each time.

local only
Image Resize Convert Compress Watermark
by theluckystrike

Resize, convert, compress, crop, thumbnail and watermark images from your AI chat.

15 tools answering

Claudeclear MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Claudeclear MCP?
Claudeclear MCP 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 claudeclear-mcp was installed 38 times last week.
How do I connect Claudeclear MCP?
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 claudeclear-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Claudeclear MCP?
The npm package claudeclear-mcp was installed 38 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claudeclear MCP open source?
We cannot say that it is: written in JavaScript and 0 stars on GitHub, but no licence is declared, and without one the code is not open source by default.