Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: NPX · claudeclear-mcp
Claude Code CLI
claude mcp add claudeclear-mcp -- npx -y claudeclear-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "claudeclear-mcp": {
      "command": "npx",
      "args": ["-y", "claudeclear-mcp"],
      "env": {
        "CLAUDECLEAR_API_KEY": "<claudeclear_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
CLAUDECLEAR_API_KEY
Use cases

MCP Servers overview

# ClaudeRewrite MCP Server

MCP server for [ClaudeRewrite](https://removeclaudewatermark.com) - 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

```bash
npx claudeclear-mcp
```

## Environment Variables

| Variable | Required | Description |
|----------|----------|-------------|
| `CLAUDECLEAR_API_KEY` | Yes (for rewrite) | Your API key from [removeclaudewatermark.com/account](https://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:

```json
{
  "mcpServers": {
    "claudeclear": {
      "command": "npx",
      "args": ["claudeclear-mcp"],
      "env": {
        "CLAUDECLEAR_API_KEY": "your-api-key"
      }
    }
  }
}
```

## HTTP Mode

```bash
CLAUDECLEAR_MCP_HTTP=1 CLAUDECLEAR_API_KEY=your-key npx claudeclear-mcp
```

Server listens on port 3311 by default.

## Listed in

- [Claude Market MCP directory](https://www.claudemarket.ai/mcp)

## License

MIT

What people ask about claudeclear-mcp

What is aidevelopers2/claudeclear-mcp?

+

aidevelopers2/claudeclear-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install claudeclear-mcp?

+

You can install claudeclear-mcp by cloning the repository (https://github.com/aidevelopers2/claudeclear-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is aidevelopers2/claudeclear-mcp safe to use?

+

Our security agent has analyzed aidevelopers2/claudeclear-mcp and assigned a Trust Score of 52/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains aidevelopers2/claudeclear-mcp?

+

aidevelopers2/claudeclear-mcp is maintained by aidevelopers2. The last recorded GitHub activity is dated 2026-08-20, with 0 open issues.

Are there alternatives to claudeclear-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy claudeclear-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: aidevelopers2/claudeclear-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/aidevelopers2-claudeclear-mcp)](https://claudewave.com/repo/aidevelopers2-claudeclear-mcp)
<a href="https://claudewave.com/repo/aidevelopers2-claudeclear-mcp"><img src="https://claudewave.com/api/badge/aidevelopers2-claudeclear-mcp" alt="Featured on ClaudeWave: aidevelopers2/claudeclear-mcp" width="320" height="64" /></a>

More MCP Servers

claudeclear-mcp alternatives