MCP Directory

scc

by boyter · Go · ★ 8,340

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go

#cli#cloc#code#complexity#golang#linux#macos#scc#sloc#sloccount#statistics#tokei#windows

Install

go install github.com/boyter/scc@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "scc": {
      "command": "npx",
      "args": [
        "-y",
        "github:boyter/scc"
      ]
    }
  }
}

From the README

A tool similar to cloc, sloccount and tokei. For counting the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount, LOCOMO estimation for LLM-based development costs, estimate code complexity similar to cyclomatic complexity calculators and produce unique lines of code or DRYness metrics. In short one tool to rule them all. Also it has a very short name which is easy to type . If you don't like sloc cloc and code feel free to use the name…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers