MCP Catalogs
Home

rtfmbro-mcp vs time

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

rtfmbro-mcp
by marckrenn
time
by modelcontextprotocol
Stars★ 87★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last commit11 mo agothis month

rtfmbro-mcp · Summary

rtfmbro provides always-up-to-date, version-specific package documentation as context for coding agents via MCP.

time · Summary

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

rtfmbro-mcp · Use cases

  • Fetching version-specific documentation for packages in lockfiles
  • Providing accurate documentation for legacy projects using older package versions
  • Integrating with AI coding agents to provide relevant documentation context

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

rtfmbro-mcp · Install

Installation

Quick Start
Claude Code
claude mcp add-json rtfmbro '{ "type": "http",  "url": "https://rtfmbro.smolosoft.dev/mcp/" }'
Claude Desktop / VS Code / etc.

Add the remote server to your MCP configuration:

{
  "rtfmbro": {
    "type": "http", 
    "url": "https://rtfmbro.smolosoft.dev/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.