MCP Server
NoonAI DIS Automatic Face Blur/Redaction MCP MCP Server
com.dyndns-server.noon-ai/noonai-dis-mcp-server
What is the NoonAI DIS Automatic Face Blur/Redaction MCP MCP server?
YOLO auto-detects faces for image/video anonymization; face-only blur, body and plate masking.
How to install NoonAI DIS Automatic Face Blur/Redaction MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"noonai-dis-mcp-server": {
"url": "https://noon-ai.dyndns-server.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"noonai-dis-mcp-server": {
"serverUrl": "https://noon-ai.dyndns-server.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"noonai-dis-mcp-server": {
"type": "http",
"url": "https://noon-ai.dyndns-server.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"noonai-dis-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://noon-ai.dyndns-server.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http noonai-dis-mcp-server https://noon-ai.dyndns-server.com/mcpRelated MCP servers
YOLO auto-detects faces for face-only anonymization, blur, redaction, body and plate masking.
View repository →YOLO face-only image/video de-identification: face blur, redaction, body and plate masking.
View repository →YOLO face-only image/video anonymization: face blur, redaction, body and plate masking.
View repository →YOLO auto-detects faces for image/video anonymization; face-only blur, body and plate masking.
View repository →YOLO auto-detects faces for image/video anonymization; face-only blur, body and plate masking.
View repository →