mcp-task-manager-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-task-manager-server by bsmi021 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 23 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | ProductivityDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 11 mo ago | this month |
mcp-task-manager-server · Summary
An MCP server for project and task management using SQLite with client-driven tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-task-manager-server · Use cases
- AI agents managing complex project workflows across multiple tasks
- Development teams tracking bug fixes and feature implementations
- Personal productivity systems for task prioritization and dependency management
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-task-manager-server · Install
Installation
- **Prerequisites:** Node.js (LTS recommended), npm
- **Install Dependencies:**
``bash npm install ``
- **Run in Development Mode:**
``bash npm run dev ``
- **Build for Production:**
``bash npm run build ``
- **Run Production Build:**
``bash npm start ``
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"task-manager": {
"command": "node",
"args": ["dist/server.js"],
"env": {
"DATABASE_PATH": "./data/taskmanager.db"
}
}
}
}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"]
}
}
}