MCP Catalogs
Home

leanmcp-sdk vs time

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

leanmcp-sdk
by LeanMCP
time
by modelcontextprotocol
Stars★ 28★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsOps & InfraAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

leanmcp-sdk · Summary

Production-ready TypeScript SDK for building enterprise-grade MCP servers with authentication, multi-tenant support, and observability.

time · Summary

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

leanmcp-sdk · Use cases

  • Building scalable agent platforms for enterprise customers
  • Creating multi-tenant SaaS AI applications with proper isolation
  • Developing customer-facing intelligent workflows with authentication

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

leanmcp-sdk · Install

# Install CLI globally
npm install -g @leanmcp/cli

# Create a new MCP server project
npx @leanmcp/cli create my-mcp-server
cd my-mcp-server
npm install

# Run the server
npm start

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "leanmcp": {
      "command": "npx",
      "args": ["@leanmcp/cli", "run"]
    }
  }
}

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.