Loading MCP server directory, please wait...
Image risk scoring, EXIF, reverse-image backlinks, and image content detection via PicDefense.io.
npx @getmcp/cli add io.github.rchanllc/picdefenseio-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
PICDEFENSE_API_TOKENYour PicDefense.io token in the form USERID:APIKEY. Get it at https://app.picdefense.io/?returnUrl=https://app.picdefense.io/dashboard/settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rchanllc/picdefenseio-mcp-server": {
"command": "npx",
"args": [
"-y",
"@picdefenseio/mcp-server"
],
"env": {
"PICDEFENSE_API_TOKEN": ""
}
}
}
}