MCP Catalogs
Home

mcp-graph-workflow vs time

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

mcp-graph-workflow
by DiegoNogueiraDev
time
by modelcontextprotocol
Stars★ 41★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-graph-workflow · Summary

MCP server that transforms PRD documents into persistent task graphs for agentic workflows.

time · Summary

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

mcp-graph-workflow · Use cases

  • AI development teams using PRDs to maintain structured workflow traces
  • Agentic systems that need persistent memory across sessions
  • TDD-driven development with automated task progression

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

mcp-graph-workflow · Install

npm install -g @mcp-graph-workflow/mcp-graph

Add to your project's .mcp.json (Claude Code, Cursor, Copilot):

{
  "mcpServers": {
    "mcp-graph": {
      "command": "npx",
      "args": ["-y", "@mcp-graph-workflow/mcp-graph"]
    }
  }
}

Initialize in your project:

mcp-graph init

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.