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 | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityFile System | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this 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/daymonWindows — 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:
- Install Daymon and open it
- Daymon auto-configures Claude Desktop on first launch
For Claude Code integration:
- Install Daymon and open it
- Daymon auto-configures Claude Code if
~/.claude.jsonexists
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"]
}
}
}