mcp-github-project-manager vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-github-project-manager by kunwarVivek | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 88 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | GitHubDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
mcp-github-project-manager · Summary
An MCP server for GitHub project management with AI-powered task generation and requirements traceability.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-github-project-manager · Use cases
- AI-assisted project planning with automatic PRD generation from project ideas
- Automated task breakdown with complexity analysis and effort estimation
- Requirements traceability management with bidirectional links and impact analysis
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-github-project-manager · Install
Installation
Option 1: Install from npm (recommended)
npm install -g mcp-github-project-managerOption 2: Install from source
git clone https://github.com/kunwarVivek/mcp-github-project-manager.git
cd mcp-github-project-mannpm install
npm run buildSet up environment variables
cp .env.example .env
# Edit .env with your GitHub token and detailsClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"github-project-manager": {
"command": "mcp-github-project-manager",
"args": []
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}