MCP Catalogs
Home

haiku.rag vs time

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

haiku.rag
by ggozad
time
by modelcontextprotocol
Stars★ 524★ 85,748
30d uses
Score5377
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

haiku.rag · Summary

Agentic RAG with multimodal search, analysis agents, and MCP server capabilities.

time · Summary

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

haiku.rag · Use cases

  • Research document analysis with citation support
  • Multimodal search across documents and images
  • Complex analytical tasks via code execution agents

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

haiku.rag · Install

pip install haiku.rag

For MCP server with Claude Desktop:

haiku-rag serve --mcp --stdio

Add to Claude Desktop config:

{
  "mcpServers": {
    "haiku-rag": {
      "command": "haiku-rag",
      "args": ["serve", "--mcp", "--stdio"]
    }
  }
}

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.