claudeclear mcp for Cursor
io.github.aidevelopers2/claudeclear-mcp
Remove the Claude text watermark by rewriting text, and strip C2PA/EXIF metadata from images.
client:Cursor
transport:stdio
runtime:npm
Install claudeclear mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claudeclear-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claudeclear-mcp"
],
"env": {
"CLAUDECLEAR_API_KEY": "<CLAUDECLEAR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs