New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

claudeclear-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claudeclear-mcp

MCP server for ClaudeClear - removes the Claude text watermark by rewriting text through a non-watermarking model.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
16
-48.39%
Maintainers
1
Weekly downloads
 
Created
Source

ClaudeRewrite MCP Server

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

VariableRequiredDescription
CLAUDECLEAR_API_KEYYes (for rewrite)Your API key from removeclaudewatermark.com/account
CLAUDECLEAR_API_URLNoAPI base URL (default: https://removeclaudewatermark.com)
CLAUDECLEAR_MCP_HTTPNoSet 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

FAQs

Package last updated on 20 Aug 2026

Related posts