github-stars-mcp
Provides tools to analyze GitHub repositories (stars, forks, growth rate, contributors, languages), compare multiple repos, find similar repos, and track star growth. Premium features include AI-powered README optimization and personalized growth recommendations using the GitHub API.
Used as a licensing mechanism for premium features of the MCP server, such as AI-powered README optimization and personalized growth recommendations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@github-stars-mcpCompare facebook/react and vuejs/vue"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GitHub Stars MCP
MCP (Model Context Protocol) server for growing your GitHub repo. Gives your AI assistant (Claude, Cline, etc.) superpowers to analyze, compare, and optimize open-source projects.
✅ What it does
Free features (GitHub API, no login needed):
🔍
analyze_repo— deep analysis: stars, forks, growth rate, contributors, languages📊
compare_repos— compare multiple repos by stars/forks/activity🔎
find_similar_repos— discover repos in your niche, learn from what they do well📈
track_star_growth— track star growth over time
Premium features (GitHub Sponsors):
🤖
optimize_readme— AI-powered README rewrite (uses DeepSeek API)🎯 Personalized growth recommendations
📋 Competitor analysis report
Related MCP server: starReport
🚀 Quick Start
npm install
npm startAdd to your MCP client (Claude Desktop / Cline / etc.):
{
"mcpServers": {
"github-stars": {
"command": "node",
"args": ["/path/to/github-stars-mcp/index.js"],
"env": {
"GITHUB_TOKEN": "your-github-token-here"
}
}
}
}Get a free GitHub token (increases rate limit):
Generate a new token (no special scopes needed for public repos)
Add it to
.envor the MCP config
🔑 Getting a GitHub Token (free)
Click Generate new token (classic)
No scopes needed for public repo data
Copy the
ghp_xxxtokenAdd to
.env:GITHUB_TOKEN=ghp_xxxxxxxxxx
Free rate limit: 60 requests/hour (with token: 5000 requests/hour)
🔑 Premium Features
Pick a tier ($5 / $10 / $25 per month)
You'll receive a
LICENSE_KEYAdd it to your
.envfile:LICENSE_KEY=your-license-key(Optional) Add DeepSeek API key for AI README optimization:
DEEPSEEK_API_KEY=sk-xxx
📖 Example Usage (in Claude / Cline)
Analyze my repo: 1036007003-wq/reddit-marketing-mcpCompare these repos: facebook/react, vuejs/vue, anglar/anglarFind repos similar to my MCP project.[Premium] Optimize the README for my repo: 1036007003-wq/twitter-marketing-mcp🛠️ Tech Stack
@modelcontextprotocol/sdk— MCP protocolnode-fetch— HTTP requestsGitHub REST API v3 (free, no auth needed for public repos)
DeepSeek API (optional, for AI README optimization)
🤝 Contributing
PRs welcome! Especially:
More GitHub API endpoints
Better AI optimization prompts
Support for GitHub GraphQL API
More growth recommendations
📄 License
MIT — free to use, modify, and distribute.
⭐ Support
If this tool helps you grow your repo, please:
⭐ Star this repo
Made with ❤️ by wangchenji
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1036007003-wq/github-stars-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server