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.
İlgili Sunucular
MCP-PDF2MD
A high-performance service to convert PDFs from local files or URLs into Markdown using the Mistral AI OCR API.
Todoist MCP
Interact with your Todoist account to manage tasks and projects.
ChatExcel
A powerful server for Excel file processing, data analysis, and visualization, leveraging Python and Go for high performance.
eSignatures
Contract and template management for drafting, reviewing, and sending binding contracts.
Procesio MCP Server
Interact with the Procesio automation platform API.
AI Humanize MCP Server
Refines AI-generated content to sound more natural and human-like using advanced text enhancement.
Outlook Calendar
Access and manage your local Microsoft Outlook calendar on Windows.
ActivityWatch MCP Server
An MCP server for ActivityWatch, allowing interaction with your personal time tracking data.
MediaWiki MCP Server
Connect AI assistants to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis) with 33+ tools for search, read, edit, and Markdown conversion.
Odoo-MCP
Integrate with Odoo ERP systems to manage business data and operations. Requires external configuration for connection parameters.