time vs mcp-go-sdk
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-go-sdk by SetiabudiResearch | |
|---|---|---|
| Stars | ★ 85,748 | ★ 7 |
| 30d uses | — | — |
| Score | 77 | 32 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | Go |
| Last commit | this month | 15 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-go-sdk · Summary
Go SDK for implementing MCP servers with tool execution, resource access, and prompt handling.
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-go-sdk · Use cases
- Building MCP servers in Go for CLI applications
- Creating file system access tools through MCP
- Developing web-based AI applications with WebSocket transport
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"]
}
}
}mcp-go-sdk · Install
go get github.com/SetiabudiResearch/mcp-go-sdkFor Claude Desktop integration:
{
"mcpServers": {
"mcp-go-example": {
"command": "go",
"args": ["run", "/path/to/your/server.go"]
}
}
}