← Back to Plugins
MCP Server MCP

io.github.aidevelopers2/claudeclear-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "claudeclear-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from removeclaudewatermark.com/account. Required for the rewrite_text tool; the strip_image_metadata tool works without it.",
          "format": "string",
          "isSecret": true,
          "name": "CLAUDECLEAR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...