Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"jscpd": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jscpd"
]
}
}
}