Official MCP server for Git Leaderboard.
Use it from Claude, Cursor, VS Code, Windsurf, and other MCP-compatible clients to query public GitHub leaderboard data directly from your AI assistant.
Server Config
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": [
"-y",
"@gitleaderboard/mcp-server"
]
}
}
}