ClaudeClear Server
FreeNot checkedThis MCP server rewrites text to remove Claude's statistical watermark and strips metadata from images, enabling integration with Claude Code via stdio or HTTP.
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
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-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
