A GitHub-integrated project management server for Claude Desktop, requiring a personal access token.
A fully modernized GitHub-integrated project management MCP server with 20 complete working tools, AI-powered analytics, PRD generation, and modern MCP SDK implementation.
McpServer
instead of deprecated Server
classisError
flag⢠create_issue - Create issues with labels, assignees, milestones
⢠list_issues - List/filter issues by state, labels, assignee
⢠get_issue - Get detailed issue information
⢠update_issue - Update titles, descriptions, states, assignments
⢠create_milestone - Create milestones with due dates
⢠list_milestones - List/sort milestones by various criteria
⢠get_milestone_metrics - Progress analysis with completion rates
⢠get_overdue_milestones - Find overdue milestones needing attention
⢠get_upcoming_milestones - See milestones due in N days
⢠analyze_task_complexity - AI-powered complexity scoring (1-8 story points)
⢠get_repository_summary - Comprehensive project health analysis
⢠generate_prd - Generate comprehensive Product Requirements Documents
⢠parse_prd - Parse PRD content and create actionable development tasks
⢠enhance_prd - Enhance existing PRDs with market analysis and recommendations
⢠add_feature - Add new features with comprehensive impact analysis
⢠create_roadmap - Create project roadmaps with timeline visualization
⢠create_label - Create color-coded labels with descriptions
⢠list_labels - View all repository labels
cd /path/to/github-project-manager-mcp
npm install
npm run build
Create a GitHub Personal Access Token with these scopes:
repo
(Full control of private repositories)write:org
(Write organization data)read:org
(Read organization data)Update your Claude Desktop configuration:
Windows: %APPDATA%\Claude\claude_desktop_config.json
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"github-project-manager": {
"command": "node",
"args": ["C:\\tmp\\github-project-manager-mcp-local\\build\\index.js"],
"env": {
"GITHUB_TOKEN": "your-github-personal-access-token",
"GITHUB_OWNER": "your-github-username",
"GITHUB_REPO": "your-repository-name"
}
}
}
}
After updating the configuration, restart Claude Desktop to load the new server.
Create an issue titled "Setup Database Schema" with labels "type: feature, priority: high"
List all open issues assigned to john-doe
Get detailed information about issue #42
Update issue #15 to closed state with assignee jane-smith
Create a milestone "Phase 1: Backend" due on 2025-09-30
Show me all upcoming milestones in the next 30 days
Get progress metrics for milestone #3
Find all overdue milestones
Analyze the complexity of issue #25
Give me a complete repository health summary with trends
What's the current project completion rate?
Generate a PRD for "Mobile Learning App" with features ["User authentication", "Course catalog", "Video streaming"]
Parse the PRD in issue #42 and create development tasks
Enhance the existing PRD with market analysis and technical recommendations
Add a new "Real-time Chat" feature with comprehensive impact analysis
Create a quarterly roadmap showing all milestones and dependencies
Use the "plan-sprint" prompt with goals ["Database setup", "User auth"] and team ["alice", "bob"]
Use the "triage-issue" prompt for issue "Bug in login system"
Feature | v2.x (Old) | v3.0 (New) |
---|---|---|
SDK | Manual Server setup | Modern McpServer |
Tools | 50% stub implementations | 100% working tools (20 total) |
Validation | Manual parameter checking | Zod schema validation |
Error Handling | Inconsistent responses | Standardized with isError |
Analytics | Basic placeholder logic | AI-powered real analysis |
PRD & Planning | Missing entirely | Complete 5-tool suite |
Resources | None | Repository data exposure |
Prompts | None | Sprint planning & triage |
Code Quality | Monolithic, repetitive | Clean, maintainable |
# Test server startup
npm run test
# Test specific tools (in Claude Desktop)
"List all open issues"
"Create a label called 'urgent' with red color"
"Analyze the complexity of issue #1"
"Show me repository summary with trends"
ā
20/20 tools fully functional (was 6/24 in v2.x)
ā
Modern MCP SDK implementation
ā
Real AI-powered analytics
ā
š Complete PRD & Planning Suite with 5 comprehensive tools
ā
Comprehensive error handling
ā
Resources and prompts added
ā
Production-ready code quality
The modernized foundation enables:
ā Ready for Production - This MCP server now provides enterprise-grade GitHub project management capabilities with modern architecture, complete functionality, and AI-powered insights!
Analyze and visualize data from .xlsx and .csv files using matplotlib and plotly.
A gateway for the Wise API to manage recipients, requiring a Wise API token.
Interact with the Confluence API to manage spaces, pages, and content. Supports searching, creating, and updating pages.
Upload videos to YouTube using OAuth2 authentication. Requires a Google OAuth 2.0 client secret file.
Interact with Atlassian products like Confluence and Jira, supporting both Cloud and Server/Data Center deployments.
AnkiConnect MCP server for interacting with Anki via AnkiConnect.
Converts Markdown text into HTML compatible with WeChat official accounts using an external API key.
Interacting with Obsidian via REST API
Add smart Backup ability to coding agents like Windsurf, Cursor, Cluade Coder, etc
Provides read-only access to issues within the Linear project management tool.