time vs sudocode
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | sudocode by sudocode-ai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 277 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| 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.
sudocode · Summary
Lightweight agent orchestration dev tool with MCP server integration for collaborative AI development.
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
sudocode · Use cases
- Coordinating multiple AI coding agents working on complex feature implementations
- Tracking and organizing requirements as specs with bidirectional feedback to agents
- Automating the implementation of issue dependency graphs through workflow execution
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"]
}
}
}sudocode · Install
Install the CLI globally:
npm install -g sudocodeInitialize a sudocode project:
sudocode initFor agent integration (Claude Desktop example):
- Add the plugin:
claude plugin marketplace add sudocode-ai/sudocode - Install the plugin:
claude plugin install sudocode
Then start the local server: sudocode server
MCP server configuration would typically be done through the sudocode UI or CLI.