MCP Catalogs
Home

time vs roampal

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

time
by modelcontextprotocol
roampal
by roampal-ai
Stars★ 85,748★ 120
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsProductivityKnowledge Graph
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

roampal · Summary

Roampal is an AI memory system with MCP integration that learns from user feedback across conversations.

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

roampal · Use cases

  • Personal AI assistant that remembers user preferences and past successful interactions
  • Knowledge management system that organizes information across conversations
  • Enhanced AI chat applications with persistent memory capabilities

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

roampal · Install

  1. Download from [roampal.ai](https://roampal.ai) and extract
  2. Install [Ollama](https://ollama.com) or [LM Studio](https://lmstudio.ai)
  3. Right-click Roampal.exe → **Run as administrator**
  4. Download a model in the UI → Start chatting!

To use with MCP-compatible tools like Claude Desktop:

{
  "mcpServers": {
    "roampal": {
      "command": "path/to/roampal",
      "args": ["--mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.