Date-time Tools
A server for date-time manipulation and timezone conversion.
Date-time Tools MCP
A Model Context Protocol (MCP) server for date-time manipulation and timezone conversion.
Overview
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.
Integration with Cursor and Other MCP Clients
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"]
}
}
}
Available 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.
🧪 Testing with MCP Inspector
You can test this MCP server using the official MCP Inspector:
npx -y @modelcontextprotocol/inspector node mcp.js
Features
-
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.
Serveurs connexes
文颜 MCP Server
A Markdown formatting tool to apply themes and publish articles to WeChat Official Accounts.
prototype assistant
The MCP tool that allows AI to directly create prototypes based on HTML enables rapid construction of software prototypes even without Figma or Axure.
AIQBee
Connect AI assistants to your Aiqbee knowledge graph via MCP.
Obsidian
Interact with your Obsidian notes and vaults using the Local REST API plugin.
Browser Use MCP Server
Automate browser actions using natural language commands. Powered by Playwright and supports multiple LLM providers.
PaperlessMCP
MCP server for Paperless-ngx document management. 43 tools for AI-powered document organization - full CRUD on documents, tags, correspondents, document types, storage paths, and custom fields.
Vedit-MCP
Perform basic video editing operations using natural language commands. Requires ffmpeg to be installed.
GranolaMCP
An MCP server for accessing and analyzing Granola.ai meeting data.
Prompeteer
Generate expert-level AI prompts for 140+ platforms, score quality with 16-dimension Prompt Score analysis, and manage prompts in PromptDrive library
Google Sheets MCP
A server for interacting with Google Sheets, allowing you to read, write, and manage spreadsheet data.