MCP Catalogs
Home

time vs easy-mcp

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

time
by modelcontextprotocol
easy-mcp
by zcaceres
Stars★ 85,748★ 194
30d uses
Score7740
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month16 mo ago

time · Summary

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

easy-mcp · Summary

A TypeScript framework for creating MCP servers with simple Express-like API and experimental decorators.

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

easy-mcp · Use cases

  • Creating custom MCP servers with TypeScript tools and resources
  • Building AI assistants with custom capabilities through decorator API
  • Rapid prototyping of MCP servers with minimal boilerplate

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"]
    }
  }
}

easy-mcp · Install

bun install easy-mcp

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "easy-mcp": {
      "command": "npx",
      "args": ["easy-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.