time vs taskflow-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | taskflow-mcp by pinkpixel-dev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 29 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
taskflow-mcp · Summary
TaskFlow MCP is a specialized server that helps AI assistants break down user requests into manageable tasks with subtasks, dependencies, and notes.
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
taskflow-mcp · Use cases
- Project management for complex workflows requiring AI assistance
- Break down large requests into manageable tasks for AI agents
- Maintain audit trails of completed work with user approvals
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"]
}
}
}taskflow-mcp · Install
Installation
Global Installation
npm install -g @pinkpixel/taskflow-mcpLocal Installation
npm install @pinkpixel/taskflow-mcpUsage
Starting the server globally:
taskflow-mcpStarting the server locally:
npx taskflow-mcpConfiguration
Create an mcp_config.json file:
{
"mcpServers": {
"taskflow": {
"command": "npx",
"args": ["-y", "@pinkpixel/taskflow-mcp"],
"env": {
"TASK_MANAGER_FILE_PATH": "/path/to/tasks.yaml"
}
}
}
}