Command Palette

Search for a command to run...

UnylyUnyly
Browse all

ClaudeClear Server

FreeNot checked

This MCP server rewrites text to remove Claude's statistical watermark and strips metadata from images, enabling integration with Claude Code via stdio or HTTP.

GitHubEmbed

About

This MCP server rewrites text to remove Claude's statistical watermark and strips metadata from images, enabling integration with Claude Code via stdio or HTTP.

README

MCP server for ClaudeRewrite - the #1 Claude watermark removal tool.

Tools

rewrite_text

Rewrites text to remove Claude's statistical watermark. Preserves meaning, facts, numbers, and code while breaking the token pattern detectors flag.

strip_image_metadata

Removes C2PA "Made with Claude" credentials, EXIF, XMP, ICC, and all other metadata from images. Supports JPG, PNG, WebP, GIF, TIFF.

Install

npx claudeclear-mcp

Environment Variables

Variable Required Description
CLAUDECLEAR_API_KEY Yes (for rewrite) Your API key from removeclaudewatermark.com/account
CLAUDECLEAR_API_URL No API base URL (default: https://removeclaudewatermark.com)
CLAUDECLEAR_MCP_HTTP No Set to 1 to run as HTTP server instead of stdio

Usage with Claude Code

Add to your Claude Code settings:

{
  "mcpServers": {
    "claudeclear": {
      "command": "npx",
      "args": ["claudeclear-mcp"],
      "env": {
        "CLAUDECLEAR_API_KEY": "your-api-key"
      }
    }
  }
}

HTTP Mode

CLAUDECLEAR_MCP_HTTP=1 CLAUDECLEAR_API_KEY=your-key npx claudeclear-mcp

Server listens on port 3311 by default.

Listed in

License

MIT

from github.com/aidevelopers2/claudeclear-mcp

Installing ClaudeClear Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/aidevelopers2/claudeclear-mcp

FAQ

Is ClaudeClear Server MCP free?

Yes, ClaudeClear Server MCP is free — one-click install via Unyly at no cost.

Does ClaudeClear Server need an API key?

No, ClaudeClear Server runs without API keys or environment variables.

Is ClaudeClear Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install ClaudeClear Server in Claude Desktop, Claude Code or Cursor?

Open ClaudeClear Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare ClaudeClear Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs