MCP Catalogs
Home

time vs go-playground-mcp

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

time
by modelcontextprotocol
go-playground-mcp
by samber
Stars★ 85,748★ 5
30d uses
Score7740
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsOther
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

go-playground-mcp · Summary

MCP server for executing Go code in Go Playground and generating shareable URLs.

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-playground-mcp · Use cases

  • AI assistants that need to execute Go code for code examples or debugging
  • Educational tools for learning Go programming language
  • Documentation systems that need to include live, executable Go code examples

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"]
    }
  }
}

go-playground-mcp · Install

Install via npm: npm install -g go-playground-mcp

For Claude Desktop, add to config.json:

{
  "mcpServers": {
    "go-playground": {
      "command": "npx",
      "args": ["-y", "go-playground-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.