MCP Catalogs
Home

ronykit vs time

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

ronykit
by clubpay
time
by modelcontextprotocol
Stars★ 36★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

ronykit · Summary

Go-based API framework with built-in MCP server for AI-assisted development scaffolding.

time · Summary

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

ronykit · Use cases

  • AI-assisted API development with MCP-enabled IDEs
  • Rapid scaffolding of microservices with proper architecture
  • Generating type-safe API handlers and client stubs

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

ronykit · Install

Install RonyKIT:

go install github.com/clubpay/ronykit/ronyup@latest

Configure the MCP server in Claude Desktop:

{
  "mcpServers": {
    "ronyup": {
      "command": "ronyup",
      "args": ["mcp"]
    }
  }
}

Add this to .cursor/mcp.json for Cursor IDE or configure via Settings in GoLand.

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.