GitHub Star Count MCP Server
@JavaTheHutt1
About GitHub Star Count MCP Server
MCP Server for GitHub
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"GitHub_MCP": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GitHub Star Count MCP Server?
A Model Context Protocol (MCP) server that allows Claude to fetch star counts from public GitHub repositories. It integrates the GitHub API into Claude Desktop, enabling simple repository statistics retrieval.
How to use GitHub Star Count MCP Server?
Install dependencies with uv, clone the repository, and set up a .env file with a GitHub Personal Access Token. Run python star_count.py or the provided shell script, then configure the server in your Claude Desktop configuration file. After setup, prompt Claude to fetch star counts for any public repository.
Key features of GitHub Star Count MCP Server
- Fetches star counts for any public GitHub repository
- Integrates with Claude Desktop via MCP
- Simple API for getting repository statistics
- Supports shell script and direct Python execution
- Requires only a GitHub token for authentication
Use cases of GitHub Star Count MCP Server
- Checking the popularity of a repository during research
- Comparing star counts across multiple open-source projects
- Including repository metrics in Claude-generated reports
FAQ from GitHub Star Count MCP Server
What dependencies are required to run this server?
Python 3.11+, uv for dependency management, and a GitHub Personal Access Token.
How do I configure Claude Desktop to use this server?
Add a JSON entry to ~/Library/Application Support/Claude/claude_desktop_config.json pointing to the run_star_count.sh shell script.
Does the server only work with public repositories?
Yes, the README specifies it fetches star counts for any public GitHub repository.
Where does the GitHub token need to be stored?
Create a .env file in the project root with GITHUB_TOKEN=your_github_token_here.
More Version Control MCP servers
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Github Mcp Server
githubGitHub's official MCP Server
Code Review Server
crazyrabbitLTCA MCP server for code reviews

Github
modelcontextprotocolModel Context Protocol Servers
Comments