MCP Catalogs
Home

mcp-config-manager vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-config-manager
by holstein13
time
by modelcontextprotocol
Stars★ 28★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit5 mo agothis month

mcp-config-manager · Summary

Cross-platform MCP server configuration manager with GUI for managing servers across Claude, Gemini & other AI systems.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-config-manager · Use cases

  • Managing multiple MCP servers across different AI clients (Claude, Gemini, Codex)
  • Enabling/disabling servers without losing configurations
  • Synchronizing server configurations between different AI systems
  • Creating and managing project-specific presets for different development needs

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-config-manager · Install

Quick Install

One-command installation:

curl -fsSL https://raw.githubusercontent.com/holstein13/mcp-config-manager/master/install.sh | bash

Manual installation:

git clone https://github.com/holstein13/mcp-config-manager.git
cd mcp-config-manager
pip install -e .
# Optional: Install PyQt6 for better GUI experience
pip install PyQt6

After installation, launch with:

# Launch GUI
mcp gui
# Interactive CLI mode
mcp interactive

For Claude Desktop, add servers via the GUI or CLI which will manage your ~/.claude.json file directly.

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.