MCP Catalogs
Home

markmap-mcp-server vs time

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

markmap-mcp-server
by jinzcdev
time
by modelcontextprotocol
Stars★ 200★ 85,748
30d uses
Score4977
Official
Categories
ProductivityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

markmap-mcp-server · Summary

An MCP server that converts Markdown to interactive mind maps with export support.

time · Summary

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

markmap-mcp-server · Use cases

  • Creating visual representations of structured documents and notes
  • Converting technical documentation to visual mind maps for better understanding
  • Generating interactive mind maps for presentations or brainstorming sessions

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

markmap-mcp-server · Install

Installation

Installing via Smithery

npx -y @smithery/cli install @jinzcdev/markmap-mcp-server --client claude

Manual Installation

npm install @jinzcdev/markmap-mcp-server -g
npx -y @jinzcdev/markmap-mcp-server

Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "markmap": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@jinzcdev/markmap-mcp-server"]
    }
  }
}

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.