Skip to content
Zed

claudeclear mcp for Zed

io.github.aidevelopers2/claudeclear-mcp

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

client:Zed transport:stdio runtime:npm

Install claudeclear mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "claudeclear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claudeclear-mcp"
      ],
      "env": {
        "CLAUDECLEAR_API_KEY": "<CLAUDECLEAR_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

claudeclear mcp in other clients