MCP Catalogs
Home

time vs flexible-graphrag

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

time
by modelcontextprotocol
flexible-graphrag
by stevereiner
Stars★ 85,748★ 127
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
Knowledge GraphAI / LLM ToolsDeveloper Tools
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

flexible-graphrag · Summary

MCP server providing tools for document ingestion, hybrid search, and AI queries in Flexible GraphRAG.

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

flexible-graphrag · Use cases

  • Document knowledge extraction and RAG from enterprise repositories
  • AI-powered search across hybrid data sources (structured and unstructured)
  • Integrating Flexible GraphRAG capabilities into Claude Desktop workflows via 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"]
    }
  }
}

flexible-graphrag · Install

  1. Install flexible-graphrag-mcp package: pip install flexible-graphrag-mcp
  2. Configure your MCP client to connect to the server

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "flexible-graphrag": {
      "command": "python",
      "args": ["-m", "flexible_graphrag_mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.