OctoCounts MCP Server

GitHub's sidebar shows language percentages, but misses actual file and line counts. OctoCounts adds this missing SLOC (Source Lines of Code) view to public repos without cloning. It runs locally over stdio via the published package.

People who work with chrome extension, sloc and code metrics and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 11 · #78 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install OctoCounts MCP Server

Claude Code

claude mcp add huanglizhuo-octocounts -- npx -y octocounts-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "huanglizhuo-octocounts": {
      "command": "npx",
      "args": [
        "-y",
        "octocounts-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package octocounts-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.huanglizhuo is GitHub-verified and matches the repo owner

03 · What OctoCounts MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

extension-v0.5.1 · 2026-09-11

extension-v0.5.0 · 2026-09-10

extension-v0.4.7 · 2026-08-26

drop the GitLab row from the sitemap golden fixture · make the compose dev stack serve the site · repaint after the lazy zh bundle lands · only warn about GitHub when GitHub says so · stop injecting "main" as the ref…

04 · Who maintains OctoCounts MCP Server

OctoCounts MCP Server is maintained by huanglizhuo. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
browser automation - ranked #78 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-11)
registry
io.github.huanglizhuo/octocounts-mcp (active, first published 2026-08-29)
packages
npm:octocounts-mcp

06 · OctoCounts MCP Server FAQ

What is OctoCounts MCP Server?

GitHub's sidebar shows language percentages, but misses actual file and line counts. OctoCounts adds this missing SLOC (Source Lines of Code) view to public repos without cloning. It runs locally over stdio via the published package.

Is OctoCounts MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install OctoCounts MCP Server?

Run `npx -y octocounts-mcp`. You can also paste the ready-made client config above.

Does OctoCounts MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to OctoCounts MCP Server

More browser automation MCP servers · Onsense · Dejared · Smartest Tv · X Use · adb-MCP: Android emulator and device control over adb

More JavaScript MCP servers · Code Cartographer · Humanpen MCP · Pkgtruth · Signalfuse · CricketStudio MCP · see all