MCP Catalogs
Home

llmwiki vs time

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

llmwiki
by lucasastorian
time
by modelcontextprotocol
Stars★ 908★ 85,748
30d uses
Score5277
Official
Categories
AI / LLM ToolsKnowledge GraphProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

llmwiki · Summary

LLM Wiki is an MCP server that indexes local documents and enables Claude to build and maintain a knowledge wiki.

time · Summary

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

llmwiki · Use cases

  • Academic research management and literature review synthesis
  • Personal knowledge base building and concept mapping
  • Automated documentation generation for project repositories

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

llmwiki · Install

# Clone and setup
git clone https://github.com/lucasastorian/llmwiki.git
cd llmwiki

cd api && python -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt
cd .. && cd web && npm install && cd ..

# Initialize workspace
./llmwiki init ~/research

# Start servers
./llmwiki serve ~/research

# Generate Claude Desktop config
./llmwiki mcp-config ~/research

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "llmwiki-research": {
      "command": "python",
      "args": ["-m", "llmwiki", "mcp", "~/research"]
    }
  }
}

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.