go-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
go-mcp-server by cbrgm | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 6 | ★ 85,748 |
| 30d uses | — | — |
| Score | 37 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
go-mcp-server · Summary
A learning MCP server in Go that implements tea-related tools, resources, and prompts with stdio and HTTP transport options.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
go-mcp-server · Use cases
- Educational tool for learning MCP implementation
- Tea information retrieval system
- Demo server for MCP protocol testing
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 · Install
Installation
- Clone the repository:
git clone https://github.com/cbrgm/go-mcp-server.git
cd go-mcp-server- Build the binary:
go build ./cmd/go-mcp-server- Run the server:
# Default stdio transport
./go-mcp-server
# HTTP transport
./go-mcp-server -transport http -port 8080**Claude Desktop Configuration:**
{
"mcpServers": {
"tea": {
"command": "go",
"args": ["run", "./cmd/go-mcp-server"],
"cwd": "/path/to/go-mcp-server"
}
}
}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"]
}
}
}