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
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.
What You'll Need
Set these up before or after installing:
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 GitHubFrom 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
| 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
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
