New:Socket for Asana Is Now Available.Learn more
Get Started

@gitleaderboard/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitleaderboard/mcp-server

MCP server for Git Leaderboard — query GitHub contribution rankings, user stats, achievements, and streaks from your AI assistant.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
21
-73.75%
Maintainers
1
Weekly downloads
 
Created
Source

@gitleaderboard/mcp-server

MCP server for Git Leaderboard — query GitHub contribution rankings, user stats, achievements, and streaks directly from your AI assistant.

Tools

ToolDescription
get_leaderboardGlobal rankings by contributions, commits, issues, PRs, reviews, or impact score. Filter by year/month.
get_user_profileFull user profile with stats, achievements, weekly streak, league career, and global rank.
search_usersSearch for users by GitHub username.
compare_usersSide-by-side comparison of two GitHub users.

Setup

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "git-leaderboard": {
      "command": "npx",
      "args": ["-y", "@gitleaderboard/mcp-server"]
    }
  }
}

Claude Code (CLI)

claude mcp add git-leaderboard -- npx -y @gitleaderboard/mcp-server

VS Code (GitHub Copilot)

Add to .vscode/settings.json:

{
  "mcp": {
    "servers": {
      "git-leaderboard": {
        "command": "npx",
        "args": ["-y", "@gitleaderboard/mcp-server"]
      }
    }
  }
}

Cursor

Add to your MCP settings:

{
  "mcpServers": {
    "git-leaderboard": {
      "command": "npx",
      "args": ["-y", "@gitleaderboard/mcp-server"]
    }
  }
}

Windsurf

Add to your Windsurf MCP config:

{
  "mcpServers": {
    "git-leaderboard": {
      "command": "npx",
      "args": ["-y", "@gitleaderboard/mcp-server"]
    }
  }
}

Example Prompts

Try asking your AI assistant:

  • "Show me the top GitHub contributors by impact score"
  • "Look up hrvoje0099's stats on Git Leaderboard"
  • "Compare two GitHub users on Git Leaderboard"
  • "Search for a user on Git Leaderboard"
  • "Who has the most commits on Git Leaderboard?"

How It Works

This MCP server connects to the Git Leaderboard backend and exposes read-only tools that AI assistants can use to fetch GitHub contribution data. No API key or authentication is required — all data is public leaderboard information.

License

MIT

Keywords

mcp

FAQs

Package last updated on 31 Mar 2026

Related posts