MCP Catalogs
Home

yamcp vs time

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

yamcp
by hamidra
time
by modelcontextprotocol
Stars★ 66★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit12 mo agothis month

yamcp · Summary

YAMCP is a workspace manager that organizes and exposes multiple MCP servers through a unified gateway for AI applications.

time · Summary

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

yamcp · Use cases

  • Organizing multiple MCP servers into themed workspaces for different AI applications
  • Simplifying configuration by exposing multiple servers through a single gateway
  • Centralizing monitoring and debugging of MCP server communications

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

yamcp · Install

# Install YAMCP globally
npm install -g yamcp

# Or use npx without installation
npx yamcp

Configuration for Claude Desktop

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "yamcp": {
      "command": "npx",
      "args": ["yamcp", "run", "your-workspace-name"]
    }
  }
}

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.