GitHub Analytics
FreeNot checkedAI-powered GitHub repository analytics through MCP. Analyze repositories, track contributions, and get insights directly in your AI assistant.
About
AI-powered GitHub repository analytics through MCP. Analyze repositories, track contributions, and get insights directly in your AI assistant.
README
Transform your GitHub activity into a professional portfolio. Build your personal brand with AI-powered analytics, visualizations, and insights.
🎉 Launch Campaign: All Pro Features FREE!
Limited Time Offer - Get $80/year value absolutely free during our launch campaign!
What You Get (FREE During Campaign):
- Unlimited Repository Analysis - Normally $9.8/mo
- AI-Powered Insights - Advanced Gemini AI analysis
- Beautiful Visualizations - Commit heatmaps, time distributions
- Portfolio Generation - Auto-generate professional portfolios
- Public Dashboard Sharing - Share your achievements
- Personal Branding Tools - Build your developer identity
- Priority Support - Get help when you need it
Regular Pricing (After Campaign):
- Free Plan: Basic features, 10 repos/month
- Professional: $9.8/mo (¥1,470/mo) - All features above
- Enterprise: $50/mo (¥7,500/mo) - Team features + API access
🚀 Quick Start
Prerequisites
- Node.js 18+
- Supabase account
- GitHub account
- Vercel account (for deployment)
Installation
- Clone the repository
git clone https://github.com/yourusername/github-analytics-mcp.git
cd github-analytics-mcp
npm install
- Set up Supabase
- Create a new Supabase project at supabase.com
- Run the migration in
supabase/migrations/001_initial_schema.sql - Enable GitHub OAuth in Authentication settings
- Copy your project URL and anon key
- Configure environment variables
For MCP Server (mcp-server/.env):
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_key
GITHUB_TOKEN=your_github_personal_access_token
For Web App (web/.env.local):
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
- Start development servers
# Start both MCP server and web app
npm run dev
# Or start individually
npm run dev --workspace=mcp-server
npm run dev --workspace=web
🔧 MCP Configuration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"github-analytics": {
"command": "node",
"args": ["/path/to/github-analytics-mcp/mcp-server/dist/index.js"],
"env": {
"SUPABASE_URL": "your_supabase_url",
"SUPABASE_ANON_KEY": "your_supabase_anon_key",
"GITHUB_TOKEN": "your_github_token"
}
}
}
}
📊 Available MCP Tools
- analyze_repo - Get repository statistics (stars, forks, issues, etc.)
- analyze_contributors - List top contributors and their contributions
- analyze_languages - Get language composition statistics
- analyze_activity - Track recent PRs, issues, and commits
🎯 Example Usage in Claude
User: Analyze the repository facebook/react
Installing GitHub Analytics
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/syou6/Analytics-mcpFAQ
Is GitHub Analytics MCP free?
Yes, GitHub Analytics MCP is free — one-click install via Unyly at no cost.
Does GitHub Analytics need an API key?
No, GitHub Analytics runs without API keys or environment variables.
Is GitHub Analytics hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install GitHub Analytics in Claude Desktop, Claude Code or Cursor?
Open GitHub Analytics on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare GitHub Analytics with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
