jscpd (MCP Server)

GitHub

Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "jscpd": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jscpd"
      ]
    }
  }
}