time vs plan-cascade
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | plan-cascade by Taoidle | |
|---|---|---|
| Stars | ★ 85,748 | ★ 80 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Rust |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
plan-cascade · Summary
Plan Cascade MCP server enables cascading development workflows by breaking down complex projects into parallel executable tasks with AI agents.
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
plan-cascade · Use cases
- Decompose large software projects into manageable parallel tasks with clear documentation
- Automated implementation of user authentication systems with quality gates
- Multi-LLM orchestration for feature development across different AI providers
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"]
}
}
}plan-cascade · Install
Installation
As Claude Desktop Plugin
claude plugins install plan-cascadeVia MCP Server
Add to your Claude Desktop configuration:
{
"mcpServers": {
"plan-cascade": {
"command": "uv",
"args": ["run", "python", "-m", "plan_cascade.mcp_server"],
"env": {
"PYTHONPATH": "/path/to/plan-cascade"
}
}
}
}Python CLI
pip install plan-cascadeDesktop Application
See [desktop/README.md](./desktop/README.md) for the Tauri-based desktop application installation.