roundtable vs time
Side-by-side comparison to help you pick between these two MCP servers.
roundtable by askbudi | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 107 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 7 mo ago | this month |
roundtable · Summary
Zero-configuration MCP server coordinating multiple AI coding assistants through intelligent auto-discovery.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
roundtable · Use cases
- Debugging complex production issues by simultaneously analyzing logs from multiple AI agents
- Performance optimization by leveraging different models for SQL analysis, frontend profiling, and code refactoring
- Code review and implementation using specialized models for different programming languages and frameworks
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
roundtable · Install
Installation
Using pip (Standard)
pip install roundtable-aiUsing UV/UVX (Recommended for faster installs)
uvx roundtable-ai@latestClaude Desktop Integration
Add to ~/.config/claude_desktop_config.json:
{
"mcpServers": {
"roundtable-ai": {
"command": "roundtable-ai",
"env": {
"CLI_MCP_SUBAGENTS": "codex,claude,cursor,gemini"
}
}
}
}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"]
}
}
}