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 | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOps & InfraAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this 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 startFor 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"]
}
}
}