Skip to main content
Glama

ClaudeRewrite MCP Server

用于 ClaudeRewrite 的MCP服务器——排名第一的Claude水印移除工具。

工具

rewrite_text

重写文本以移除Claude的统计水印。在打破检测器标记的token模式的同时,保留含义、事实、数字和代码。

strip_image_metadata

移除图像中的C2PA "Made with Claude" 凭证、EXIF、XMP、ICC以及所有其他元数据。支持 JPG、PNG、WebP、GIF、TIFF。

Related MCP server: Claude Memory

安装

npx claudeclear-mcp

环境变量

变量

是否必需

描述

CLAUDECLEAR_API_KEY

是(用于重写)

您的API密钥,来自 removeclaudewatermark.com/account

CLAUDECLEAR_API_URL

API基础URL(默认:https://removeclaudewatermark.com

CLAUDECLEAR_MCP_HTTP

设为 1 以HTTP服务器模式运行,而非stdio

在Claude Code中使用

添加到您的Claude Code设置中:

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

HTTP模式

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

服务器默认监听3311端口。

收录于

许可证

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