MCP Catalogs
Home

mcp-robot vs time

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

mcp-robot
by makarski
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3177
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit9 mo agothis month

mcp-robot · Summary

Go-based MCP server SDK with type-safe tool definitions, fluent API, and automatic validation.

time · Summary

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

mcp-robot · Use cases

  • Building MCP servers in Go for custom tool integrations
  • Creating type-safe tools with automatic validation
  • Implementing weather or other domain-specific tools
  • Developing Go applications that need to expose MCP capabilities

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

mcp-robot · Install

go get github.com/makarski/mcp-robot

For Claude Desktop, add to your config.json:

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

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.