time vs mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp by taskade | |
|---|---|---|
| Stars | ★ 85,748 | ★ 148 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp · Summary
Taskade MCP server provides 50+ tools for project management, AI agents, and workflows integration with AI assistants.
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 · Use cases
- Automating project management workflows through natural language commands
- Creating and training AI agents with custom knowledge bases from Taskade projects
- Streamlining team standups and sprint planning using AI-powered task management
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"]
}
}
}mcp · Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": ["-y", "@taskade/mcp-server"],
"env": {
"TASKADE_API_KEY": "your-api-key-here"
}
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": ["-y", "@taskade/mcp-server"],
"env": {
"TASKADE_API_KEY": "your-api-key-here"
}
}
}
}HTTP / SSE Mode (for n8n, custom clients)
TASKADE_API_KEY=your-api-key npx @taskade/mcp-server --httpThe server starts at http://localhost:3000. Connect via SSE at http://localhost:3000/sse?access_token=your-api-key.