MCP Catalogs
Home

go-mcp vs time

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

go-mcp
by MegaGrindStone
time
by modelcontextprotocol
Stars★ 46★ 85,748
30d uses
Score3677
Official
Categories
Developer ToolsAI / LLM ToolsFile System
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit13 mo agothis month

go-mcp · Summary

Go implementation of MCP protocol with server and client functionality, supporting tools, resources, and prompts.

time · Summary

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

go-mcp · Use cases

  • Building Go-based LLM applications with tool integration
  • Creating MCP servers for file system operations
  • Implementing real-time notifications and data synchronization

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

go get github.com/MegaGrindStone/go-mcp

For Claude Desktop, add this to your configuration:

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

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.