Skip to main content
ClaudeWave

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

MCP Servers5.9k stars252 forksTypeScriptMITUpdated yesterday
Editor's note

jscpd is a copy-paste detection tool that scans source code for duplicated blocks across 223 to 224 language formats, using the Rabin-Karp algorithm to identify clones. It ships in two variants: a TypeScript engine (v4) with 13 reporters, LevelDB store support, and a Node.js programming API, and a ground-up Rust rewrite (v5) that runs as a self-contained binary with no Node.js dependency, delivering 24 to 37 times faster detection on real codebases. The MCP server integration allows Claude Code and other MCP-compatible agents to invoke duplicate detection directly as a tool call during code review or refactoring tasks. An AI reporter outputs results in a token-efficient format roughly 79 percent leaner than standard console output, making it practical for LLM pipelines where context budgets matter. The v5 Rust engine also adds git blame with side-by-side author comparison via gitoxide, and parallel file tokenization controlled through a workers flag. Developers, CI pipelines, and AI coding agents working across large polyglot repositories are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/kucherenko/jscpd
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "jscpd": {
      "command": "node",
      "args": ["/path/to/jscpd/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/kucherenko/jscpd and follow its README for install instructions.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aiclones-detectioncode-qualitycoding-agentscopy-pastecopy-paste-detectioncpddetectordryduplicatesduplicationsmcpqualityskillskills

What people ask about jscpd

What is kucherenko/jscpd?

+

kucherenko/jscpd is mcp servers for the Claude AI ecosystem. Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server. It has 5.9k GitHub stars and was last updated yesterday.

How do I install jscpd?

+

You can install jscpd by cloning the repository (https://github.com/kucherenko/jscpd) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is kucherenko/jscpd safe to use?

+

Our security agent has analyzed kucherenko/jscpd and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains kucherenko/jscpd?

+

kucherenko/jscpd is maintained by kucherenko. The last recorded GitHub activity is from yesterday, with 49 open issues.

Are there alternatives to jscpd?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy jscpd to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: kucherenko/jscpd
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kucherenko-jscpd)](https://claudewave.com/repo/kucherenko-jscpd)
<a href="https://claudewave.com/repo/kucherenko-jscpd"><img src="https://claudewave.com/api/badge/kucherenko-jscpd" alt="Featured on ClaudeWave: kucherenko/jscpd" width="320" height="64" /></a>

More MCP Servers