An MCP (Model Context Protocol) server that lets Claude AI analyze GitHub profiles and generate recruiter-ready developer summaries.
"Analyze the GitHub profile of torvalds"
"Compare developers gvanrossum and dhh"
"Give me a recruiter summary for sindresorhus"
1. Clone the repo
git clone https://github.com/YOUR_USERNAME/github-analyzer-mcp
cd github-analyzer-mcp2. Install dependencies
pip install -r requirements.txt3. Add your GitHub token
cp .env.example .env
# Edit .env and add your GITHUB_TOKEN4. Add to Claude Desktop config
{
"mcpServers": {
"github-analyzer": {
"command": "python",
"args": ["C:\\path\\to\\server.py"]
}
}
}5. Restart Claude Desktop and start analyzing!
| Tool | Description |
|---|---|
analyze_github_profile |
Full profile breakdown with top repos & languages |
compare_two_developers |
Side-by-side comparison table |
get_recruiter_summary |
Polished paragraph for hiring decisions |







