MCP Catalogs
Home

mcpdog vs time

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

mcpdog
by kinhunt
time
by modelcontextprotocol
Stars★ 18★ 85,748
30d uses
Score4077
Official
Categories
Developer ToolsMonitoringProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit7 mo agothis month

mcpdog · Summary

Universal MCP Server Manager providing single interface to configure and manage multiple MCP servers with web dashboard.

time · Summary

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

mcpdog · Use cases

  • Managing multiple MCP servers in development environments without complex client configurations
  • Centralizing MCP server management for teams across different AI assistants
  • Monitoring and troubleshooting MCP servers with real-time metrics and logs

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

mcpdog · Install

Quick Start with Claude Desktop

  1. Install MCPDog globally:
npm install -g mcpdog
  1. Configure Claude Desktop:
{
  "mcpServers": {
    "mcpdog": {
      "command": "npx",
      "args": ["mcpdog@latest"]
    }
  }
}
  1. Access the web dashboard at http://localhost:38881 to add and configure MCP servers.

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.