mcpbeat Sign in

Github Stats MCP Server

local only

Github Stats runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 25 Feb 2026.

MCP server for GitHub repo stats: stars, forks, contributors, activity.

Installs per day peak 10 · avg 3 · -45% w/w
a month agotoday
27
Installs / week
npm · sovereign-github-stats-mcp
1
Stars
0 open issues
25 Feb 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Github Stats every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add github-stats -- npx -y sovereign-github-stats-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "github-stats": {
      "args": [
        "-y",
        "sovereign-github-stats-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.github-stats]
command = "npx"
args = ["-y", "sovereign-github-stats-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "github-stats": {
      "args": [
        "-y",
        "sovereign-github-stats-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "github-stats": {
      "args": [
        "-y",
        "sovereign-github-stats-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Github Stats

same job, measured the same way
C
Github MCP Server
by thenextgennexus

GitHub repo analytics: stars, trending, code search, contributor maps for project research.

4 tools answering
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

37 installs/wk local only
Github Repo MCP
by thedhruv-07

MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.

143 installs/wk local only
GitHub Repository Intelligence
by heisencodex-jpg

Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

answering
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Agentpack
by ihorponom

Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.

265 installs/wk local only
Dig
by nakishiyaman

MCP server for code archaeology: git blame, file history, contributors, and co-change analysis

82 installs/wk local only
Github
by rog0x

GitHub analytics - repos, PRs, issues, releases, contributors

44 installs/wk local only

Github Stats — questions

Answers built from our own checks of this server.

Why is there no uptime for Github Stats?
Github Stats runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sovereign-github-stats-mcp was installed 27 times last week.
How do I connect Github Stats?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sovereign-github-stats-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Github Stats?
The npm package sovereign-github-stats-mcp was installed 27 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Github Stats open source?
We cannot say either way: written in JavaScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.