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 | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | ProductivityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this 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 claudeManual Installation
npm install @jinzcdev/markmap-mcp-server -g
npx -y @jinzcdev/markmap-mcp-serverConfiguration
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"]
}
}
}