MCP Catalogs
Home

daymon vs time

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

daymon
by daymonio
time
by modelcontextprotocol
Stars★ 373★ 85,748
30d uses
Score5077
Official
Categories
AI / LLM ToolsProductivityFile System
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

daymon · Summary

Daymon is an MCP server that extends Claude with persistent memory, scheduled tasks, and file watching capabilities.

time · Summary

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

daymon · Use cases

  • Schedule daily reports or summaries to run automatically at specific times
  • Create persistent memories about projects, preferences, or important details
  • Set up file watchers to automatically organize or process new files

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

daymon · Install

Installation

macOS — Homebrew (recommended)

brew install daymonio/daymon/daymon

Windows — Download

Download the latest .exe installer from [GitHub Releases](https://github.com/daymonio/daymon/releases/latest).

Linux — Download

Download the .deb or .AppImage from [GitHub Releases](https://github.com/daymonio/daymon/releases/latest).

For Claude Desktop integration:

  1. Install Daymon and open it
  2. Daymon auto-configures Claude Desktop on first launch

For Claude Code integration:

  1. Install Daymon and open it
  2. Daymon auto-configures Claude Code if ~/.claude.json exists

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.