A server for date-time manipulation and timezone conversion.
A Model Context Protocol (MCP) server for date-time manipulation and timezone conversion.
This MCP server provides a set of tools for working with date-time strings, including timezone conversion, date mutation (arithmetic), and fetching the current date-time and timezone. It is designed to be used as a backend utility for applications or agents that need robust, standardized date-time operations.
For Cursor: Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server
Pasting the following configuration into your Cursor ~/.cursor/mcp.json
file is the recommended approach. You may also install in a specific project by creating .cursor/mcp.json
in your project folder. See Cursor MCP docs for more info.
{
"mcpServers": {
"date-time-tools": {
"command": "npx",
"args": ["-y", "@abhi12299/date-time-tools"]
}
}
}
For Claude Desktop: Add this to your Claude Desktop claude_desktop_config.json
file. See Claude Desktop MCP docs for more info.
{
"mcpServers": {
"date-time-tools": {
"command": "npx",
"args": ["-y", "@abhi12299/date-time-tools"]
}
}
}
This MCP server provides the following tools for LLMs:
convertTimezones
: Convert a date-time string from one timezone to another.mutateDate
: Add or subtract days, hours, minutes, months, or years from a date-time string.currentDateTimeAndTimezone
: Get the current date, time, and timezone.You can test this MCP server using the official MCP Inspector:
npx -y @modelcontextprotocol/inspector node mcp.js
Timezone Conversion
Convert a date-time string from one IANA timezone to another using Luxon-compatible formats.
Date Mutation
Add or subtract days, hours, minutes, months, or years from a date-time string.
Current Date-Time & Timezone
Retrieve the current date, time, and timezone of the user/system.
Interact with Fider, an open-source customer feedback tool, to manage user suggestions and feedback.
Connect your AI Agents to 8,000 apps instantly.
An intelligent task management system based on MCP, providing an efficient programming workflow framework for AI Agents with an optional web-based GUI.
Provides direct access to your Bear notes database for comprehensive note management, bypassing standard API limitations.
Create, read, edit, and convert Excel files without requiring Microsoft Office.
An MCP proxy bridge for the Leantime project management system, forwarding JSON-RPC messages with proper authentication.
An MCP server for interacting with Home Assistant. Requires HA_URL and HA_TOKEN environment variables.
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.
a macOS-only MCP server that enables AI agents to capture screenshots of applications, or the entire system.
Trigger macOS notifications, sounds, and text-to-speech from an AI assistant.