mcp-mermaid vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-mermaid by hustcc | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 555 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | ProductivityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-mermaid · Summary
An MCP server that generates Mermaid diagrams and charts with AI dynamically.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-mermaid · Use cases
- Generate documentation diagrams for technical articles and wikis
- Create process flowcharts for business documentation and presentations
- Produce architectural diagrams for software development documentation
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-mermaid · Install
Installation
Desktop App Configuration
Add the following MCP server configuration to your Desktop App (Claude, VSCode, Cline, Cherry Studio, etc.):
{
"mcpServers": {
"mcp-mermaid": {
"command": "npx",
"args": [
"-y",
"mcp-mermaid"
]
}
}
}Global Installation
npm install -g mcp-mermaidDocker Usage
docker pull susuperli/mcp-mermaid:latest
docker run -p 3033:3033 susuperli/mcp-mermaid:latest --transport ssetime · 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"]
}
}
}