time vs go-modelcontextprotocol
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | go-modelcontextprotocol by Warashi | |
|---|---|---|
| Stars | ★ 85,748 | ★ 3 |
| 30d uses | — | — |
| Score | 77 | 35 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsCommunication |
| Language | TypeScript | Go |
| Last commit | this month | 5 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
go-modelcontextprotocol · Summary
A pure Go implementation of the Model Context Protocol without third-party dependencies, supporting tools, resources, and multiple transport mechanisms.
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-modelcontextprotocol · Use cases
- Building Go-based MCP servers for AI applications
- Creating AI/LLM backends with custom tools and resources
- Implementing MCP services in containerized or cloud environments
- Developing AI applications that require low-latency communication
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-modelcontextprotocol · Install
go get github.com/Warashi/go-modelcontextprotocolFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"go-mcp": {
"command": "go",
"args": ["run", "github.com/Warashi/go-modelcontextprotocol"]
}
}
}