Back to Browse

Claudeclear MCP Server

Developer ToolsUse Caution1.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

1.2
Use Caution1.2Critical Risk

This MCP server implements tools for removing Claude watermarks from text and images, which raises significant ethical and legal concerns. The code itself is technically sound with proper error handling and secure credential management, but the server's core purpose—circumventing watermarks and content detection—represents a high-risk use case that violates Claude's terms of service and could facilitate misuse of AI-generated content. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

API key from removeclaudewatermark.com/account. Required for the rewrite_text tool; the strip_image_metadata tool works without it.Required

Environment variable: CLAUDECLEAR_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aidevelopers2-claudeclear-mcp": {
      "env": {
        "CLAUDECLEAR_API_KEY": "your-claudeclear-api-key-here"
      },
      "args": [
        "-y",
        "claudeclear-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!