GitHub Star Count MCP Server
@JavaTheHutt1
About GitHub Star Count MCP Server
MCP Server for GitHub
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.
Frequently asked questions
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`.
Basic information
More Version Control MCP servers
Bitbucket Server MCP
garc33Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra

GitLab
modelcontextprotocolModel Context Protocol Servers
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Comments