MCP Catalogs
Home

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
Score4677
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit7 mo agothis 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-ai

Using UV/UVX (Recommended for faster installs)

uvx roundtable-ai@latest

Claude 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.