MCP Catalogs
Home

lotus-wisdom-mcp vs time

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

lotus-wisdom-mcp
by linxule
time
by modelcontextprotocol
Stars★ 27★ 85,748
30d uses
Score4477
Official
Categories
AI / LLM ToolsProductivityOther
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

lotus-wisdom-mcp · Summary

An MCP server implementing the Lotus Sutra wisdom framework for contemplative problem-solving with interactive visualization.

time · Summary

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

lotus-wisdom-mcp · Use cases

  • Resolving complex philosophical questions with apparent contradictions
  • Breaking down multi-faceted problems requiring both analytical and intuitive approaches
  • Providing meditative pauses during problem-solving to foster insight

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

lotus-wisdom-mcp · Install

Installation

Install via [Smithery](https://smithery.ai/server/lotus-wisdom-mcp) for one-click setup, or follow the manual instructions below.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "lotus-wisdom": {
      "command": "npx",
      "args": ["-y", "lotus-wisdom-mcp"]
    }
  }
}

Remote (hosted)

A public instance is available at https://lotus-wisdom-mcp.linxule.workers.dev/mcp. No API key needed.

For stdio-only clients, use:

{
  "mcpServers": {
    "lotus-wisdom": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"]
    }
  }
}

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.