NSFW Image Detector for Claude Desktop
io.github.bookyo/nsfw-image-detector
NSFWJS-based image safety detector (GIF/APNG/WebP/JPEG/PNG).
client:Claude Desktop
transport:sse
Install NSFW Image Detector in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nsfw-image-detector": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://elysiatools.com/mcp/sse?toolId=nsfw-image-detector"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs