MCP Catalogs
Home

go-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

go-mcp
by dstotijn
time
by modelcontextprotocol
Stars★ 16★ 85,748
30d uses
Score3677
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit12 mo agothis month

go-mcp · Summary

A Go library for implementing MCP servers with protocol support, type-safe handlers, and validation.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

go-mcp · Use cases

  • Building MCP servers in Go for enterprise AI applications
  • Creating Go-based clients to interact with MCP services
  • Implementing custom MCP tools with strong typing and validation

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 · Install

Installation

go get github.com/dstotijn/go-mcp

For Claude Desktop integration, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "go-mcp": {
      "command": "go",
      "args": ["run", "github.com/dstotijn/go-mcp"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.