@dandeliongold/mcp-time
@dandeliongold
About @dandeliongold/mcp-time
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"@dandeliongold/mcp-time"
]
}
}
}Tools
1`timestamp`: ISO format timestamp (YYYY-MM-DD HH:mm:ss)
Overview
What is @dandeliongold/mcp-time?
It is an MCP server that provides the current time in ISO format (YYYY-MM-DD HH:mm:ss) using JavaScript Date, designed to work with the Claude desktop app on Windows and macOS.
How to use @dandeliongold/mcp-time?
Install the package via npm (npm install @dandeliongold/mcp-time), then add it to your claude_desktop_config.json with the command npx @dandeliongold/mcp-time. The server exposes two tools: getCurrentTime (no parameters) and getTimeDifference (requires a timestamp and optional interval of minutes or seconds).
Key features of @dandeliongold/mcp-time
- Get current time in YYYY-MM-DD HH:mm:ss format.
- Calculate time differences between timestamps and current time.
- Intuitive positive/negative values for future/past times.
- Support for both minutes and seconds intervals.
- Cross-platform support for Windows and macOS.
- Simple JSON-RPC interface with error handling.
Use cases of @dandeliongold/mcp-time
- Get the current system time in a standardized ISO format for logging or display.
- Compute how far in the past or future a given timestamp is, relative to now.
- Integrate time-aware prompts or logic
More Productivity MCP servers
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
Comments