Odel
claudeclear mcp

claudeclear mcp

Local
@aidevelopers2JavaScriptUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclaudeclear-mcpv1.0.1

Run

npx -y claudeclear-mcp

MCP client config

{
  "mcpServers": {
    "claudeclear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claudeclear-mcp"
      ]
    }
  }
}