← Back to browse

NoonAI Face-Only Image/Video De-Identification MCP

Indexed by com.dyndns-server.noon-ai

About

YOLO face-only image/video de-identification: face blur, redaction, body and plate masking.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http face-blur-redaction-mcp https://noon-ai.dyndns-server.com/face-blur-redaction-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"face-blur-redaction-mcp","type":"http","url":"https://noon-ai.dyndns-server.com/face-blur-redaction-mcp"}'
JSON
{
  "mcpServers": {
    "face-blur-redaction-mcp": {
      "url": "https://noon-ai.dyndns-server.com/face-blur-redaction-mcp"
    }
  }
}