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.
An MCP server for Cursor that enables requesting user input during generation process.
An optimized, read-only MCP server for the Notion API with asynchronous processing.
MCP server for easy access to education data through your Canvas LMS instance.
Official Taskeract MCP Server for integrating your Taskeract project tasks and load the context of your tasks into your MCP enabled app.
The only platform you need to get paid - all payments in one place, invoicing and accounting reconciliations with Adfin.
Dynamically search and call tools using UnifAI Network
AI Task schedule planning with LLamaIndex and Timefold: breaks down a task description and schedules it around an existing calendar
Interact with the accounting data in your business using our official MCP server
Interact with Home Assistant to control smart home devices, query states, manage automations, and troubleshoot your smart home setup.
Miro MCP server, exposing all functionalities available in official Miro SDK.