conductor-tasks vs time
Side-by-side comparison to help you pick between these two MCP servers.
conductor-tasks by hridaya423 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 74 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
conductor-tasks · Summary
AI-powered task management system for developers that integrates via MCP or CLI.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
conductor-tasks · Use cases
- Parsing product requirements documents (PRDs) into actionable tasks
- Generating implementation plans for complex features
- Visualizing project progress with Kanban boards and dependency trees
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
conductor-tasks · Install
Installation
Via MCP (Recommended)
- Add the MCP Server Configuration to your editor's settings (e.g.,
mcp.json):
{
"mcpServers": {
"conductor-tasks": {
"command": "npx",
"args": ["conductor-tasks", "--serve-mcp"],
"env": {
"OPENAI_API_KEY": "YOUR_OPENAI_KEY_HERE",
"ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_KEY_HERE",
"GOOGLE_API_KEY": "YOUR_GOOGLE_KEY_HERE"
}
}
}
}Via CLI
npm install -g conductor-tasksThen set up your API keys in a .env file:
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"]
}
}
}