time vs godoc-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | godoc-mcp-server by yikakia | |
|---|---|---|
| Stars | ★ 85,748 | ★ 35 |
| 30d uses | — | — |
| Score | 77 | 41 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
godoc-mcp-server · Summary
An MCP server that provides information about Go packages from pkg.go.dev.
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
godoc-mcp-server · Use cases
- Helping Go developers find and understand package documentation within AI assistants
- Enabling LLMs to provide accurate information about Go package APIs and usage
- Automating package research tasks for Go projects
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"]
}
}
}godoc-mcp-server · Install
Installation
Download the compiled binary from the [releases page](https://github.com/yikakia/godoc-mcp-server/releases/tag/latest).
Or install from source:
go install github.com/yikakia/godoc-mcp-server/cmd/godoc-mcp-server@latestConfiguration
Add to Claude Desktop config:
{
"mcpServers": {
"godoc": {
"command": "godoc-mcp-server",
"args": []
}
}
}