Skip to main content
Glama

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.

Related MCP server: Claude Memory

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

F
license - not found
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • MCP server for Flux AI image generation

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aidevelopers2/claudeclear-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server