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 | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 7 mo ago | this 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
- Install MCPDog globally:
npm install -g mcpdog- Configure Claude Desktop:
{
"mcpServers": {
"mcpdog": {
"command": "npx",
"args": ["mcpdog@latest"]
}
}
}- Access the web dashboard at
http://localhost:38881to 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"]
}
}
}