time vs go-mcp-server-mds
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | go-mcp-server-mds by Warashi | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30d uses | — | — |
| Score | 77 | 28 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | File SystemDeveloper ToolsKnowledge Graph |
| Language | TypeScript | Go |
| Last commit | this month | 13 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
go-mcp-server-mds · Summary
Go-based MCP server serving markdown files with frontmatter support from filesystem.
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
go-mcp-server-mds · Use cases
- Exposing documentation repositories to AI assistants via MCP
- Creating a knowledge base from markdown files with structured metadata
- Integrating markdown documentation into AI workflows
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"]
}
}
}go-mcp-server-mds · Install
Installation
Command Line Tool
go install github.com/Warashi/go-mcp-server-mds/cmd/mcp-server-mds@latestUsage
mcp-server-mds -path /path/to/markdown/filesClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"markdown": {
"command": "mcp-server-mds",
"args": ["-path", "/path/to/markdown"]
}
}
}