MCP Catalogs
Home

time vs mindmap-mcp-server

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

time
by modelcontextprotocol
mindmap-mcp-server
by YuChenSSR
Stars★ 85,748★ 231
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsProductivityDeveloper Tools
LanguageTypeScriptPython
Last committhis month12 mo ago

time · Summary

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

mindmap-mcp-server · Summary

MCP server that converts Markdown content to interactive mindmaps with HTML or file output options.

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

mindmap-mcp-server · Use cases

  • Create visual mindmaps from structured Markdown content in AI conversations
  • Convert project plans and documentation into interactive visualizations
  • Save token costs by generating mindmap files rather than large HTML content

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"]
    }
  }
}

mindmap-mcp-server · Install

Installation

pip install mindmap-mcp-server

Or using uvx:

uvx mindmap-mcp-server

Or using Docker:

docker pull ychen94/mindmap-converter-mcp

Claude Desktop Configuration

{
  "mcpServers": {
    "mindmap": {
      "command": "uvx",
      "args": ["mindmap-mcp-server", "--return-type", "filePath"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.